Row button not working after paging
Row button not working after paging
rob23
Posts: 2Questions: 1Answers: 0
Button events are not firing after paging?
- I've added a column with a button to each table row
- A jquery event listener for the click event on the class name 'btnrow'
- The jquery button click function writes the data-id's value to the console window
- This works on the 1st page but not the 2nd (please limit your rows to 10 per page)
Here's a working example of this issue:
http://live.datatables.net/xabololu/1/edit?html,js,console,output
Please let me know what I need to do in order for the event to fire after paging.
Thanks,
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
This FAQ has the answer. Also see this example.
Kevin
Thanks for the links. I created a working example here:
http://live.datatables.net/xabololu/1/edit?html,js,console,output