Anyone figure out how to do a DataTable-like totals row with s-table?

I’ve migrated my app to web components except for a few DataTable components (and their dependencies) where I need the totals row.

It’s not too hard to put a row with totals at the top, but there isn’t a good pattern that I know of for styling it properly on both desktop and mobile app (where the display is as a list regardless of the setting for the table).

I’m curious if the community has any good patterns for this, and if not, I’d love to re-ping the Shopify staff that this is still an oversight of the new library.

We did something similar and used the Index table composition. Try these links Index table and Table. There is a good explanation there and various code examples. If you have a specific problem that you need help with, give more details and I’ll see if we can help with a tailored solution.