md-data-table
md-data-table copied to clipboard
Freezing with large data sets
Using the sample code on the main page freezes the UI when using a large data set - a 33mb json file with 65k objects, 10 key/value pairs each.
Everything works fine if the file is cut down to a thousand objects or so.
I can't yet figure out the culprit yet. PS. I'm working on Electron 1.3.0
The main reason for our team was huge select with list of all pages. Try to disable is as a workaround
@Ilya-Skiba disable what? Row selection?
@dschreck17 Page selection.
@Ilya-Skiba thanks for the suggestion. Disabling page selection did not improve performance for me. I am still experiencing very noticeable UI freezes whenever I try to sort by a column or paginate (even when just using the buttons for pagination)
Same problems here and it's only 800 rows, though with around 15 key/value in each.