You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: