js function - table cell ($(".fullName").click) only works on first 10 rows

js function - table cell ($(".fullName").click) only works on first 10 rows

hoping4tomorrowhoping4tomorrow Posts: 4Questions: 1Answers: 0

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

This discussion has been closed.