ipyaggrid icon indicating copy to clipboard operation
ipyaggrid copied to clipboard

Export group columns

Open RexBarker opened this issue 1 year ago • 0 comments

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

RexBarker avatar Mar 08 '23 08:03 RexBarker