[bug] colvis exlcude and showNone

[bug] colvis exlcude and showNone

ektarumektarum 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"
                    }

Replies

  • allanallan Posts: 63,692Questions: 1Answers: 10,500 Site admin

    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

This discussion has been closed.