Column visibility and ColReorder to serverside as parameter

Column visibility and ColReorder to serverside as parameter

MausinoMausino Posts: 61Questions: 19Answers: 0
edited August 2021 in ColVis

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

  • colincolin Posts: 15,118Questions: 1Answers: 2,583
    Answer ✓

    You can listen to events for both of those - column-reorder and column-visibility, and then send that data back to the server. That should do what you're after!

    Colin

Sign In or Register to comment.