ipyaggrid
ipyaggrid copied to clipboard
Export group columns
Allows the current table "grouping" definition to be exported with the grid. This allows for python-side methods to recognize the grouped state of the table
- Added 'groups' export to the grid.grid_data_out['groups']
- Trapped some errors which occur when column definitions were not known (prevents downstream glitches)
- Reduced some console logging