I’m having an issue getting to increase the size of the datatable. there seems to be a max possible height for the table? can’t I increase the height to fit the full page? why does it only allow a certain max height? Is there a way to correct this? I’m using the style_table parameter.
height only seems to go up to a certain size and doesn’t grow after that?
style_table={‘height’: 2900 ~((this does nothing after a certain height))~,
‘overflowY’: ‘auto’, ‘padding-bottom’: ‘10px’, ‘box-shadow’: ‘5px 5px 10px 3px rgba(0, 0, 0, 0.39)’},