I've built a card that displays an inventory list for our sales team. The goal is to publish this table for them to retrieve whenever they need it and know that they're receiving the latest data. I'm using a table card in order to conditionally format some of the cells.
Unfortunately, when that table is published, it has a limited view space and cuts off a significant number of rows once it reaches its max height. I've thought about splitting up the inventory into separate cards to reduce its height, but that may not be enough.
Is there a way for the published table card to have a heigher height or a scrollbar?