Column visibility and ColReorder to serverside as parameter
Column visibility and ColReorder to serverside as parameter
Hi,
I want ask if for Datatables + Editor is some option how send on change of Column Visibility (https://datatables.net/extensions/buttons/examples/column_visibility/layout.html) and ColReorder somehow information to server as parameter.. that i can store this for user and will able on clear cache load his custom order from his settings from backend.
Thank you
This question has an accepted answers - jump to answer
Answers
You can listen to events for both of those -
column-reorder
andcolumn-visibility
, and then send that data back to the server. That should do what you're after!Colin