You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all;
I have a moderatly sized big data-table (~1K records) that can be paginated (please take this as a given - hard to explain the details why) .
in some columns I need to render other components (mostly comboboxes).
given a column with a combobox, the combobox content has the same exact data inside (this might come handy trying to find a solution)
when my data-table is rendered to the browser these comboboxes (that sometimes have a lot of data in them) cause memory to inflate and slow down rendering (sometimes to a crash of the browser).
I am looking for a way to bypass my problem and looking for advise.
I would very much appreciate any idea.
thanks in advance!!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all;
I have a moderatly sized big data-table (~1K records) that can be paginated (please take this as a given - hard to explain the details why) .
in some columns I need to render other components (mostly comboboxes).
given a column with a combobox, the combobox content has the same exact data inside (this might come handy trying to find a solution)
when my data-table is rendered to the browser these comboboxes (that sometimes have a lot of data in them) cause memory to inflate and slow down rendering (sometimes to a crash of the browser).
I am looking for a way to bypass my problem and looking for advise.
I would very much appreciate any idea.
thanks in advance!!
Beta Was this translation helpful? Give feedback.
All reactions