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.8.0
Framework Version: 9.24.0
Release Notes: ### [2.5.1] DatagridDateFilter #### Changed - We changed colors in the structure mode preview for dark and light modes. - We replaced glyphicons with internal icons - We updated the light and dark icons and tiles for the widget. ### [2.4.1] DatagridDropdownFilter #### Changed - We updated the light and dark icons and tiles for the widget. - We changed colors in the structure mode preview for dark and light modes. ### [2.4.1] DatagridNumberFilter #### Changed - We updated the light and dark icons and tiles for the widget. - We changed colors in the structure mode preview for dark and light modes. ### [2.4.1] DatagridTextFilter #### Changed - We updated the light and dark icons and tiles for the widget. - We changed colors in the structure mode preview for dark and light modes. ### [2.7.3] Datagrid #### Changed - We replaced glyphicons with internal icons - We updated page explorer's caption to display datasource. - We updated the light and dark icons and tiles for the widget. - We changed colors in the structure mode preview for dark and light modes. #### Fixed - We fix virtual scrolling issue ### [1.1.1] DropdownSort #### Changed - We updated the light and dark icons and tiles for the widget. - We changed colors in the structure mode preview for dark and light modes. ### [1.3.2] Gallery #### Changed - We updated page explorer's caption to display datasource. - We updated the light and dark icons and tiles for the widget. - We changed colors in the structure mode preview for dark and light modes. #### Fixed - We fix virtual scrolling issue ### [1.0.2] SelectionHelper #### Changed - We updated the light and dark icons and tiles for the widget. ### [1.1.1] TreeNode #### Changed - We updated page explorer's caption to display datasource. - We updated the light and dark icons and tiles for the widget. - We changed colors in the structure mode preview for dark and light modes.
Version: 2.7.2
Framework Version: 9.24.0
Release Notes: ### [2.7.1] Datagrid #### Added - It is now possible to add Selection helper widget into the header section of Data Grid 2. ### [1.3.1] Gallery #### Changed - Minor changes in the internal structure of the widget. ### [1.0.1] SelectionHelper #### Added - It is now possible to add selection helper in the header of the Data Grid 2 widget.
Version: 2.7.1
Framework Version: 9.24.0
Release Notes: ### [2.5.0] DatagridDateFilter #### Fixed - We fixed an issue with widget rendering and performance. #### Breaking changes - We introduce a breaking change that affects how widget is reacting on default value changes. Starting with this version, widget use the default value attribute only as an initial value, and any further changes to the default value attribute will be ignored. ### [2.4.0] DatagridDropdownFilter #### Fixed - We fixed an issue with widget rendering and performance. #### Breaking changes - We introduce a breaking change that affects how widget is reacting on default value changes. Starting with this version, widget use the default value attribute only as an initial value, and any further changes to the default value attribute will be ignored. ### [2.4.0] DatagridNumberFilter #### Fixed - We fixed an issue with widget rendering and performance. #### Breaking changes - We introduce a breaking change that affects how widget is reacting on default value changes. Starting with this version, widget use the default value attribute only as an initial value, and any further changes to the default value attribute will be ignored. ### [2.4.0] DatagridTextFilter #### Fixed - We fixed an issue with widget rendering and performance. #### Breaking changes - We introduce a breaking change that affects how widget is reacting on default value changes. Starting with this version, widget use the default value attribute only as an initial value, and any further changes to the default value attribute will be ignored.
Version: 2.7.0
Framework Version: 9.24.0
Release Notes: ### [2.7.0] Datagrid #### Added - With the new "Selection" property, it is now possible to make items in the grid selectable. ### [1.3.0] Gallery #### Added - With the new "Selection" property, it is now possible to make items in the gallery selectable. Additionally, it is possible to configure an "On selection change" action that runs when the selection changes. ### [1.0.0] SelectionHelper #### Added - We added Selection helper widget.
Version: 2.6.1
Framework Version: 9.17.0
Release Notes: ### [2.6.1] Datagrid #### Added - We added a new option for pagination placement: "Both". When enabled, pagination controls will be placed on the top and bottom of the data grid.