Datatable did not recognize click function on tr or td in second, third, fourth (and so on) page
Datatable did not recognize click function on tr or td in second, third, fourth (and so on) page
i'm using Bootstrap 4 and Datatable 1.10.19.
i have a datatable where user can click on a td and modal will appear with that specific information (based on what td they clicked).
only first page of the datatable showing the information of the clicked td; the rest of the page did not.
i tried to run a little test to see if click function being called if i click the td; apparently the click function only called if i click the td in the first page and it's not if i click the td on second and third page.
tried not to use Datatable and it's working fine; the click function is called when i click any td.
Answers
Checkout the My events don't work on the second page FAQ.
Kevin