How 'catch' a new row after an fnPageChange (with serverside)
How 'catch' a new row after an fnPageChange (with serverside)
I try to catch the class of the first row of the next page of my datatable with this code :
[code]
oTable.fnPageChange( 'next' );
next_class = $('tr:first.odd').attr('class');
[/code]
but I get the class of the first row of the odl page !
What I'm doing wrong ? any Idea ?
greetings dazell
[code]
oTable.fnPageChange( 'next' );
next_class = $('tr:first.odd').attr('class');
[/code]
but I get the class of the first row of the odl page !
What I'm doing wrong ? any Idea ?
greetings dazell
This discussion has been closed.
Replies
Allan