Ordering: true, sorting working but not working pagination next and previous buttons,
Ordering: true, sorting working but not working pagination next and previous buttons,
rojayedla
Posts: 3Questions: 2Answers: 0
By default i set the values like default
default: {
ordering: true,
order: [[0, asc]],
paging: true
}
Pagination buttons are displaying, but not working previous and next buttons using datatable 1.10 version,
This discussion has been closed.
Answers
By default i set the values like default default: { ordering: true, order: [[0, asc]], paging: true }
Pagination buttons are displaying, but not working previous and next buttons using datatable 1.10 version, if ordering: false, pagination buttons working, if order: true pagination buttons not working,