-
-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
Description
Hello!
Is it possible to dynamically remove some columns from the export? For example, a "visibility" field could be sent from the FE or something like that.
Right now I'm using https://datatables.net/examples/api/show_hide.html, and when I hide some columns, they also get hidden in the default export from DataTables.
How can I handle this on the BE side?