This Mendix widget adds interactive in-column searching to the Mendix data grid. Filters work in an "AND" configuration, just like Excel.
Also, for the first time, you can search within data grids that are sourced via microflow or association!
For more information on contributing to this repository visit Contributing to a GitHub repository!
To use this widget, simply drop it on a page with a data grid and set 2 properties:
- Grid Name: the "name" property of the data grid you want to have search fields
- Grid Entity: the entity show in the data grid
The following data types are supported:
- String
- Integer
- Long
- Date (localized and non-localized)
- Enumeration
- Boolean
- AutoNumber
Testing was completed in Mendix 5.21.4 and Mendix 6.10.3, on Chrome, IE, Firefox, and Edge.
This widget has not been tested against the newest data source for the data grid: Database. It does support the following data sources:
- Microflow
- Association
- XPath (previously labeled "Database" in Mendix 5)