reflex
reflex copied to clipboard
Data table size?
The size of the row shown in the data_table is fixed at 10. Please improve so that this size can be specified.
You just need to make one change in the pagination var to dict from bool and pass the config in the datatable pagination arg. You can pass limit and summary to limit the no of rows and also show the summary . Take a look at the snip below
Fixed via #1646