problem facing in adding event after filter or changing page with pagination

problem facing in adding event after filter or changing page with pagination

vishalmelmattivishalmelmatti Posts: 5Questions: 1Answers: 0
edited January 2012 in General
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.

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    The top FAQ will help with this problem: http://datatables.net/faqs#events :-)

    Allan
  • vishalmelmattivishalmelmatti Posts: 5Questions: 1Answers: 0
    Thanks a lot :)

    I used fnRowCallback to attach events after filtering and changing pages.
This discussion has been closed.