Currently, in DataGrid 2 you have 2 options when it comes to filtering:
- Place a filter widget under each column. Allows for column specific filtering but the filtering width is only as wide as its containing column/can look overwhelming if you have a grid of multiple columns with filters/looks very bare if you only filter on say 2 columns out of 10.
- Add a header filter. Better looking UI/looks cleaner/can be customised. But each search type (text/bool etc) will run across multiple attributes, so unable to multisearch attributes of the same type.
So my idea is for either:
- Allow when using the header filter in DataGrid2, to specify which attribute the search is tied to.
- OR, allow column specific filters to be more customisable (arranged in a layout about the table)