problem with page.dt event (event when i click on the next page )
problem with page.dt event (event when i click on the next page )
boaz
Posts: 1Questions: 1Answers: 0
when i click on the next page i want to make event on the new rows (from the next page) but the event takes the previous rows , how can i create event after clicking new page that takes recores from the new page?
This discussion has been closed.
Answers
You'd need to use
draw
for this - it is the one that is triggered once the table has actually redrawn the rows. Thepage
event is only notification that the page is going to change in the next draw...Allan