Is your feature request related to a problem? Please describe
There are many times when we might want to show tabular data to our users with a known, multi-column grouped structure. Today, we can ask users to group themselves and we have a non-grouped table where we just order the data how we want ahead of time, but we can't really show specific, grouped data
Describe the solution you'd like
A new parameter for ui.table_column called grouped. This is not groupable because it is not a user action, we are stating we want the data to be displayed in a specific way:
Is your feature request related to a problem? Please describe
There are many times when we might want to show tabular data to our users with a known, multi-column grouped structure. Today, we can ask users to group themselves and we have a non-grouped table where we just order the data how we want ahead of time, but we can't really show specific, grouped data
Describe the solution you'd like
A new parameter for
ui.table_column
calledgrouped
. This is notgroupable
because it is not a user action, we are stating we want the data to be displayed in a specific way:Additional context
This is potentially related to #203 but a proposed different solution