problem facing in adding event after filter or changing page with pagination
problem facing in adding event after filter or changing page with pagination
vishalmelmatti
Posts: 5Questions: 1Answers: 0
Hi,
Can anybody please help.
i have used datatable grid but I have added some evens to the links in datatable rows where I have opened modal windows. It works when page loads first time but if I filter the grid using search box or change the page using pagination, modal events doesn't work so modal does not get opened.
Is there any events in datatable grid say afterPageChange or afterFilter etc. If not is there any other way I can bind events to the newly displayed page?
Please help.
Can anybody please help.
i have used datatable grid but I have added some evens to the links in datatable rows where I have opened modal windows. It works when page loads first time but if I filter the grid using search box or change the page using pagination, modal events doesn't work so modal does not get opened.
Is there any events in datatable grid say afterPageChange or afterFilter etc. If not is there any other way I can bind events to the newly displayed page?
Please help.
This discussion has been closed.
Replies
Allan
I used fnRowCallback to attach events after filtering and changing pages.