Hi,
How can we add column which are generated on workbench using column generator into add search condition filters also values present in that column when added in filter column must work as per existing filters
Jmix 1.5
Hi,
How can we add column which are generated on workbench using column generator into add search condition filters also values present in that column when added in filter column must work as per existing filters
Jmix 1.5
Hi!
You can use the standard column generator (DataGrid :: Jmix Documentation). In the column you will need to create a propertyFilter
component. Then specify the current screen’s dataLoader
for it.
This way, the filter will be applied together with existing filters.
Dmitriy