when the user is using "Search all columns" field,
I want to trigger (with an external javascript function) the event "No records display".
What is the best way to make it?
thanks,
There is no event for that, but what you could do is have an fnDrawCallback function which will check to see if there are any rows shown in the table (oSettings.aiDisplay.length) and if not then call whatever function you want, or trigger and event as needed.
Replies
Allan