Row and Column grouping for your Reactive TableSteps:1. Create your table using accelerator or manual2. Add widget ReactiveTableGroup3. Move Table element inside ReactiveTableGroup placeholder4. 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.
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.