In the image, i have 2 rows filled in the table and i need to change the white space below the 2 cells. I want the table to always be that size (height) and i will have a different number of cells in there 1 to 30 depends on the job.
Is it possible to change that white to something else? the background color under the style section for the entire component does not change it.
At the moment there isn’t a way to change the color there. It’s an issue we are already tracking internally, but I’ll link it to this forum post so you get notified when it gets implemented.
Can you clarify this for us? You can already place Progress Bars into rows by configuring the relevant column to display as a View and specifying a viewPath which contains your progress bar, so what you're requesting is not clear.
Hey guys, until this is fixed I’ve got a simple workaround-ish approach. Add empty rows to your dataset if the number of data rows is less than what will fill your table in the view. And to get fancier, add background color property items to each cell object and color it the same as your view background, or whatever color you want your empty table background to be. Here’s an example of a table in a carousel object that would otherwise show that ugly white space below the rows with data.