hi , I want to add data through jquery ajax but after that the pagination is not working
hi , I want to add data through jquery ajax but after that the pagination is not working
haroonmind
Posts: 3Questions: 1Answers: 0
hi , I want to add data through jquery ajax but after that the pagination is not working while I am not click to the pagination button all data is show in one table Any one has solution for it
This discussion has been closed.
Answers
It's mostly likely related to how you are adding the new rows. I'm able to add new rows with out issue and the pagination works fine after adding them.
Can you provide some inset on how you are adding rows?
Agreed, we'd need more information in order to help. If you aren't using the API (
row.add()
orrows.add()
) to add the new rows, then that is where to start.Allan
alright sorry for late reply
, I am using jquery ajax method on button click and add tbody tr row
no not yet I am using add row api
so I think that is my answer using by row add api
You are correct - see the "append" FAQ on that topic.
Allan