md-data-table icon indicating copy to clipboard operation
md-data-table copied to clipboard

Freezing with large data sets

Open angularchobo opened this issue 7 years ago • 5 comments

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

angularchobo avatar May 14 '17 15:05 angularchobo

The main reason for our team was huge select with list of all pages. Try to disable is as a workaround

Ilya-Skiba avatar Jun 06 '17 09:06 Ilya-Skiba

@Ilya-Skiba disable what? Row selection?

dschreck17 avatar Jul 10 '17 21:07 dschreck17

@dschreck17 Page selection.

Ilya-Skiba avatar Jul 11 '17 12:07 Ilya-Skiba

@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)

dschreck17 avatar Jul 11 '17 13:07 dschreck17

Same problems here and it's only 800 rows, though with around 15 key/value in each.

juwul avatar Dec 14 '17 10:12 juwul