js function - table cell ($(".fullName").click) only works on first 10 rows
js function - table cell ($(".fullName").click) only works on first 10 rows
I downloaded the dataTables yesterday. I'm using the fixed header extension. It paginates correctly. The fixed header works fine. The search works as well. But my js event handler only functions on the first 10 rows. The click event on the "fullName' cell will post cell data to a php page for the first 10 rows, but not on any rows greater than 10. (http:// "rapdev1.com") (pword - elevate) has a running example. Even if I paginate for 25 rows, my click event fails on rows greater than 10. DataTables debugger code "alibip" . I'm not sure if posting my js function code here would help. I would appreciate any help you could provide.
This question has an accepted answers - jump to answer
Answers
Is there something that might prevent my js cell click event handler from working on only the first 10 rows?
FAQs: Q. My events don't work on the second page.
Allan
Thank you and sorry for not checking.