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
Hello, I'm trying to figure out why the Filter plugin won't work if a table has serverSide: true. When I set it to false, like in the examples, it works perfectly, but I need it to be server-side because I will be listing a lot of rows.
Everything else, such as pagination and sorting, works in both cases.
Hello, I'm trying to figure out why the Filter plugin won't work if a table has
serverSide: true
. When I set it tofalse
, like in the examples, it works perfectly, but I need it to be server-side because I will be listing a lot of rows.Everything else, such as pagination and sorting, works in both cases.
Thanks in advance.
Files included
HTML code
Javascript
The text was updated successfully, but these errors were encountered: