column visibility
column visibility
pat.thizy
Posts: 7Questions: 2Answers: 0
Hi have a problem with le button colvis
I set :
{
extend: 'colvis',
text: gettext('Column visibility'),
columns: 'th:nth-child(n+2)', // First column not hidden
},
like exemple in your documentation
and I define : stateSave: true,
When I remove uncheck some columns in the 'column visibility' list and refresh the page
The columns will not be in the 'column visibility' after refresh
This question has an accepted answers - jump to answer
Answers
I think I found the issue :
columns: ':not(:first-child)'
Is it possible to set another back color for button colvis ?
You can inspect the button element to see the selectors used to apply the styling. This example shows setting the colvis button background.
https://live.datatables.net/hiruceha/1/edit
Kevin
Thanks, it's works