budibase
budibase copied to clipboard
Better settings for customising the appearance of the Table component
Describe the feature request This feature request has been written on behalf of a customer, via the CSE team
-
I would like to be able to hide the row index column
-
I would like to have greater control of the overall height of the component - if there are 700 rows I would like it to expand to show all rows and make the screen/page scroll instead of the table component. The current workaround is custom CSS:
return `height: ${$("New Data Provider.Rows Length") * 36 + 200}px!important;`
- I would like to be able to remove the un-used white space at the end of the rows in a table
More from the customer:
- Please note that I'd like to see the production version have the option to remove the scroll bar from the table.
- I refer to the fact that both the table and page have a scroll bar, but I only want the page to have a scroll bar. Having 2 scroll bars may confuse users because they could believe they were at the bottom of the table, but in fact have more to scroll through using the other scroll bar. I've observed this situation in my testing. There is little else on the page but the table, so I don't need to save vertical space for other things.