How to configure table row grouping via component inspector

Can you point me to anyone that knows anything about grouping rows in table controls?

We found a JS command on one of the forums that lets us do the grouping but can’t find anything in the UX (property inspector) to set that.

Finding little documentation about it. Wondering about how we can have the column that is grouped overlap the columns it’s grouping. IE:

Header row would be here
First column second column …...

Vs default we see of:
Header row here
First column second column …..

Dave Bolen, COO | PowderWatts
O: 801-477-7756 | C: 816-492-0467 | davebolen@powderwatts.com

285 N Main St #302, Kaysville, UT 84037

It's a little hidden, but you can find the option via the Advanced portion of the Content settings, accessed via the ellipsis element.

I'm not sure I understand the second part of your question, though. :thinking: Can you clarify or maybe provide a screenshot?

UPDATE: For the sake of clarity and discoverability, I broke this particular post out into a separate topic!

Sure. Thanks for the response. This is what I would like to do

also. Where can I go to understand how the addons for the columns work? I'm thinking i might have dynamic tooltips for some of these but how it's working does not seem to make sense to me.

Hey @David_Bolen,

Unfortunately there is no way of getting rid of the blank space under the grouped column.

Have you considered using expandable rows?? You could aggregate your data to show info about the group in the parent row, and have either another table in the expendable section, or other components. O made a video a while ago on this which you can watch here

Also, here's a post on how you could aggregate your data to have nested values under each record Looking for some possible ideas - #5 by MiguelOrtiz

1 Like

Thanks. That may work I just started playing with that last night.

Thanks for the references.

1 Like

Do let me know if you face any struggles.