Make Table Column Control Button Always Visible

Hi Team,

image
Currently you can only see the column control button by hovering over it. Many of our users are complaining about that. It would be nice to have the options have that button always visible to improve user experience.

Thanks,
Celine

Hi,

You can make these icons always visible by adding the following styles:

.v-table-column-selector,
.jmix-table-prefs-icon {
  opacity: 1;
}

Regards,
Gleb

I will give this a try, thanks.