Hello,
it works, when I directly put data into table but it does not when I try to import from json. The import itself is OK but the sorting stops to work
Here is json version, here is fully static.
Trier to google it but perhaps asked something wrong. Could anyone advise, please?
"serverSide": true,
Remove that. The serverSide option enables server-side processing. See this page for more information about the difference between client-side and server-side processing.
serverSide
Allan
Thank you very much, it works now!
It looks like you're new here. If you want to get involved, click one of these buttons!
Replies
Remove that. The
serverSide
option enables server-side processing. See this page for more information about the difference between client-side and server-side processing.Allan
Thank you very much, it works now!