i need simple pagination with filter, but when i change page and data datatable thinks that i want take chunk of data
for example
if 10 per page and i take second page and return from backend 10 rows then second page is empty, problem with datatable, it want split rows into chunk with 10 size that why second page is empty
i need simple pagination with filter, but when i change page and data datatable thinks that i want take chunk of data
for example if 10 per page and i take second page and return from backend 10 rows then second page is empty, problem with datatable, it want split rows into chunk with 10 size that why second page is empty
solution exist?