Hi everyone,
Is there a way to specify the height of a table when virtualization is set to true?
Doing
style_table={
'width':'100%',
'minWidth':'100%',
'minHeight': '100%', (or val in pixel)
'maxHeight': '100%', (or val in pixel)
'overflowY': 'auto',
'overflowX': 'auto',
},
results in nothing changing.