I currently have 8 columns in the grid and each column has the filter option enabled. I want to add more columns and provide the option to hide columns to the user.
I want to retain the filter option in all columns as it is most often used by the user, but provide the 'hide column' option ONLY in the last column, as in the attached mockup.
Is this possible? If so, how?
Is it like hide columnmenu in all columns except the last one and setting columns.filterable = true for all other columns?
Sorry for not adding any code, I am not a dev!