Row click not working when Next is clicked
Row click not working when Next is clicked
Hi...
I have pagination implemented in the table.
I want to capture the row-clcik event which i am doing like this
[code]$('#oTable td').click(tableRowClicked);[/code] in my ready funciton of jquery
But this event does not render when i click on rows which lie in next pages..
Thanks in adance
I have pagination implemented in the table.
I want to capture the row-clcik event which i am doing like this
[code]$('#oTable td').click(tableRowClicked);[/code] in my ready funciton of jquery
But this event does not render when i click on rows which lie in next pages..
Thanks in adance
This discussion has been closed.
Replies
Just added this line before creating the datatable
Thanks