Grouped Table

Content Type: Widget
Categories: User Interface

Overview

The Grouped Table widgets comes in handy when you need client side column grouping on data. The widget supports Mendix Data sources and on top it will apply features like grouping, filtering, sorting etc. Users can group on multiple columns. The aggregated cells support sum, avg, count etc. It can be configured in the widget.

Documentation

Description

The Grouped Table widgets comes in handy when you need client side column grouping on data. The widget supports Mendix Data sources and on top it will apply features like grouping, filtering, sorting etc.

Users can group on multiple columns. The aggregated cells support sum, avg, count etc. It can be configured in the widget.

Typical usage scenario

This widget can be used when you want to show some tabular data and needs client side functionality of Grouping, Sorting, Filtering etc.

Features

  • Grouping Columns
  • Sorting
  • Filtering
  • Pagination
  • Toggle Expand/Close Rows

Limitations

  • Not tested on Huge data
  • Most Suitable on First Level Data. If using associations please make sure associated entity is not null. (Limitation of Pluggable Widget API)

Dependencies 

None

Installation

Place the widget in your page. Configure the data source, columns you want to show. Configure column capabilities. Refer Screens

Configuration

Refer Screens. The configurations are straight forward and simple.

Known bugs

None

Releases

Version: 2.0.1
Framework Version: 8.12.5
Release Notes: v2.0.1 - Fix for generator runtime (Mendix 9.x.x)
Version: 2.0.0
Framework Version: 8.12.5
Release Notes: - v2.0.0 - Adding Custom Icon Support
Version: 1.0.0
Framework Version: 8.12.5
Release Notes: Initial Release