Hello all,
I am trying to display data about my inverter in a table. But the first object in the Group is a tall 3x1 gauge representing the battery level, and then a table.
This means the table is rendering in a space that is one thing narrower than the full Group size (which in my case is 4 because then it looks OK on a phone).
Consequently, it is rendering wider than the space it is in. I think I could get around this by manually specifying the Breakpoint of the table, but I am not sure how to do that. Do I pass msg.Breakpoint?
An example would really help.
Another way of saying it is, there's a scroll wheel at the bottom of the table and I want to disable it, or make the table smaller so that it doesn't appear. Is that a thing?