Data Widgets
Category: Modules
Subcategory: Messaging
Overview
Important note: This is a module not a single widget.
The Data Widgets module, is a packaged module that contains the following widgets: Data grid 2, Gallery, Tree node, Filtering and Sorting widgets.
This module also includes all the styling, design properties and building blocks related to these widgets.
Data grid 2: The successor of the standard data grid widget for displaying content in a tabular form. It comes with many powerful new features and settings like support for widgets, row and cell coloring, responsive layout, accessibility and different paging options, like virtual scrolling.
Gallery: The Gallery widget is the successor to both the standard list view and template grid. It features a new responsive grid design, usage of the same filtering and sort widgets from Data grid 2 and settings like support for conditional styling, paging and empty placeholders.
Tree node: The tree node is a widget used to create a level in a tree UI. Multiple tree node widgets can be combined to create a tree view. The tree node widget is fully composable and comes with settings for animating and icon customization.
Filtering and Sorting widgets: The filtering and sorting can be used across the data widgets of the Data grid 2 and the Gallery. Out of the box there is filtering for text, numbers, dates, and the option to add drop-down filters for single or multiple selections.
Documentation
Please see Data Widgets in the Mendix documentation for details.
Releases
Version: 2.5.0
Framework Version: 9.6.0
Release Notes:
## [2.4.0] DatagridDateFilter
### Added
- We added the options to filter for empty and non-empty values.
## [2.3.0] DatagridNumberFilter
### Added
- We added the options to filter for empty and non-empty values.
## [2.3.0] DatagridTextFilter
### Added
- We added the options to filter for empty and non-empty values.
Version: 2.4.0
Framework Version: 9.6.0
Release Notes: ## [2.3.0] Datagrid
### Added
- We added a new CSS class to the datagrid widget. That makes it easier to create CSS selector for the custom styling.
### Fixed
- We fixed an issue with widgets not rendering on full width in datagrid cells. (Ticket #143363)
Version: 2.3.1
Framework Version: 9.6.0
Release Notes:
## [2.3.1] DatagridDateFilter
### Fixed
- We fixed a bug that was causing errors in Safari when using DateFilter in Datagrid. (Ticket #144874)
## [2.2.2] DatagridDropdownFilter
### Fixed
- We fixed this widget to be compatible with strict CSP mode.
## [2.2.3] Datagrid
### Fixed
- We fixed an issue with column hiding behaviour. Now user can't uncheck last visible column in the datagrid. (Ticket #144500)
Version: 2.3.0
Framework Version: 9.6.0
Release Notes: ## [2.3.0] Date Filter
### Added
- We added the possibility to apply filter between dates.
### Fixed
- We fixed an issue with locale date format when typing it manually.
Version: 2.2.2
Framework Version: 9.6.0
Release Notes: ## [2.2.1] Drop-down Filter
### Fixed
- We fixed an issue when selecting an invalid value for an attribute was cleaning the filter if used in Gallery or Data grid 2 header. Now it will match the correct attribute and apply the filter anyway (Ticket #138870).
## [2.2.2] Data Grid 2
### Fixed
- We fixed an issue with column selector on Windows machines (Ticket #139234).