[bug] colvis exlcude and showNone
[bug] colvis exlcude and showNone
ektarum
Posts: 2Questions: 1Answers: 0
Hi,
I exclude 2 columns. When i click in the button hide (showNone) all columns with exclude columns have hide.
It's possible to exclude, exclude columns to all hide columns?
my colVis configuration :
colVis: {
exclude: [0, 1],
showAll: "all",
showNone: "hide"
}
This discussion has been closed.
Replies
The show all / show none don't take into account the exclude options. They possibly should, but ColVis is about to be retried and replaced with a new library. At the moment you would need to use a grouping button to perform the action you want.
Allan