Hi,
I have a grid where the situation is:
Columns are all set as filterable (for each column object)
Editable is off
Filter Row is on
Filterable is on
I added a filter on a column
After the filter is added, I need to go to edit mode and set as:
Editable true
Filterable true
Filter Row true
but… I need that the filter row columns are set to be kept as shown but disabled.
What i want is that the grid keeps the same without anything flickering or changing size and in edit mode keeps the filter row showing but in reality cannot filter (keeping all disabled), shown only for ui.
Is this possible?
Thanks.