While trying to customize our filters with the filterWidget we ran into some problems:
Input fields could either not be focused, or would not take any user input
We can't access the data in the column
I have deprecated the filterWidget in PlutoColumn and instead added filterWidgetBuilder
This gives the developer the option to add custom filters widgets to the PlutoColumns.
Below some examples of this being used in a client test project.
While trying to customize our filters with the
filterWidget
we ran into some problems:I have deprecated the filterWidget in PlutoColumn and instead added filterWidgetBuilder
This gives the developer the option to add custom filters widgets to the PlutoColumns. Below some examples of this being used in a client test project.
The below dropdown is generated from the data available in the column itself
These changes would allow each type of column to have a it's own unique filter when necessary (no working example for from-to yet)