I’ve adapted the solution from @stefano.menci DataGrid Json.
For some reason my rows per page settings are being ignored. It’s not a problem as long it’s small but from 2000+ it takes time to load. I’m not sure why every time the whole data get’s loaded
How to reproduce: Open database “dataloader” and download an excel example file.
Run the app and from the drop down select the only available option. Select the file and wait. It will show the data while ignoring the limit of rows per page.
settings = {
'rows_per_page': 20,
'show_page_controls': True,
'on_click': self.row_click,
}
Can someone help me, what I set wrong, that the Row Limitation get’s ignored?
Clone link:
share a copy of your app