hi
if you don't select rows in tabletools when you click copy all rows are copied , i want to display alet msg that no row selected to copy
how could i do that ?
You'd need to alter the fnClick method of the `copy` button to do that - there isn't a built in way of doing it. However it should simply be a case of checking for fnGetSelectedData().length and then altering the message as you need.
Replies
Allan