when i am using datatables only 1st table pagination is working the 2nd one is not what should i do?

when i am using datatables only 1st table pagination is working the 2nd one is not what should i do?

AteebAteeb Posts: 1Questions: 1Answers: 0


$(document).ready( function () { $('#bootstrap-table').bdt(); }); $(document).ready( function () { $('#bootstrap-table1').bdt(); });

Answers

  • allanallan Posts: 61,887Questions: 1Answers: 10,140 Site admin

    What you should do is post a link to a test page showing the issue, per the forum rules :-). That will let it be debugged and we will be able to help you find a solution.

    Allan

This discussion has been closed.