Group Rows in List Pages

Post Reply
Andy
User
Posts: 5

Group Rows in List Pages

Post by Andy »

It would be great to be able to have a "group by" field that can be set for the data grid on List pages.
This "group by" field would not then need to be a column.
The field group row could have a consistent, configurable css styling.
The field group row could include an optional summary of the number of records.
The field group row could be collapsible/expandible allowing the user to view/hide multiple rows.

======================================

Field 1 Field 2 Field 3 Field 4

  • Group 1 - (1 record)
    ______________________________________
    Data Data Data Data
    ______________________________________
  • Group 2 - (3 records)
    ______________________________________
    Data Data Data Data
    Data Data Data Data
    Data Data Data Data
    ______________________________________
  • Group 3 - (2 records)
    ______________________________________
    Data Data Data Data
    Data Data Data Data
    ______________________________________
  • Group 4 - (1 item)
    ______________________________________

This makes data presentation in tabular format very well organised and lends itself to many applications.


Post Reply