Give us feedback
reactive-table-group
Reactive icon

Reactive Table Group

Stable version 1.1.0 (Compatible with OutSystems 11)
Uploaded on 20 December 2022 by 
5.0
 (5 ratings)
reactive-table-group

Reactive Table Group

Details
Row and Column grouping for your Reactive Table
Read more

Row and Column grouping for your Reactive Table

Steps:
1. Create your table using accelerator or manual
2. Add widget ReactiveTableGroup
3. Move Table element inside ReactiveTableGroup placeholder
4. For column grouping, add attribute group-label in Header Cell

5. For row data grouping, add attribute data-id in Row Cell.
This data-id should be unique, and include parent key (see example in below screenshot)
For row data grouping, make sure your aggregate's sort is supporting the grouping (fixed sort, not dynamic sort), see the example in demo module.

Release notes (1.1.0)

Bug Fix:

1. Fix more than 1 table groups in a screen (different block widget)

2. Fix event handler in a merged header, now Sort operation is working, as well as any event handler such as OnClick or OnChange on table header element.

Reviews (3)
by 
22 Apr
in version 1.1.0
Well done, works exactly as described!
by 
2023-01-24
in version 1.1.0
Good forge
by 
2022-11-08
in version 1.0.0
very useful and very simple
Team