/DatagridLocalSearch

A widget that searches on a datagrid sourced by association or microflow. The search is performed locally on the browser.

Primary LanguageJavaScript

Datagrid Column Search

Description

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!

Not Searching

Searching

Contributing

For more information on contributing to this repository visit Contributing to a GitHub repository!

Configuration

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

Supported Data Types

The following data types are supported:

  • String
  • Integer
  • Long
  • Date (localized and non-localized)
  • Enumeration
  • Boolean
  • AutoNumber

Supported Mendix versions and browsers

Testing was completed in Mendix 5.21.4 and Mendix 6.10.3, on Chrome, IE, Firefox, and Edge.

Limitations

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)