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

Performance issues - avoid rerender table when `isLoading` or `selectedRow` changes

Open mxkaske opened this issue 9 months ago • 1 comments

Right now, when clicking on the load more button (or refresh,..) the entire table will rerender. Same thing when selecting a row.

Those issues will increase with table size.

mxkaske avatar Mar 01 '25 13:03 mxkaske

Memoizing table rows in https://github.com/openstatusHQ/data-table-filters/pull/31/commits/3e6e34edf8fc0ba6939064e5c939229c4ab190f3

mxkaske avatar Mar 02 '25 19:03 mxkaske