in the data table i want to call the server every time i click on next or 1 or 2
in the data table i want to call the server every time i click on next or 1 or 2
abjhonty
Posts: 1Questions: 1Answers: 0
in server side pagination how do i pass the start values and the offset values to the server to fetch only that number of records..? I am using 1.9 version.
Thanks,
abjhonty
This discussion has been closed.
Answers
Use the bServerSide option if you are using a legacy version of DataTables.
serverSide
is the new option.Allan