Is there an option to automatically group table data by specific column without user action to group by column in table header.
When I click on column and set Group, table is grouped by that column and that looks awesome, now I need that option to set in code, without user interaction.
Thanks
Yes, you can return true in AbstractColumn.getConfiguredGrouped() of your column. You need to set getConfiguredSortIndex() too.
If you made manual changes in your table (e.g. changed column width, order, ..), you may need to reset your table to the defaults via the setting icon.