Dash datatable Show dropdown options when the datatable only has 1 row

For datatables in Dash, we need to scroll to see the dropdown of the cell if the datatable only has 1 row. Is there a way to make the dropdown of the cell overflow for 1 row datatables? Thanks!
image
image

remove ‘fixed_rows={‘headers’: True}’ from the code inside ‘dash_table.DataTable’ and you should be good to go. @chang

1 Like