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 guys, i have this use-case, my table has to show (paginated) like 15000 invoices, and the table has filters and sorting stuff, and i have to mark some invoices to be generated. I have done this and its working but when i select more than 3000 invoices the table starts to feel slow, i am using zustand and persisting only the ids in a Set. How you guys would do it to get the best performance?
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 guys, i have this use-case, my table has to show (paginated) like 15000 invoices, and the table has filters and sorting stuff, and i have to mark some invoices to be generated. I have done this and its working but when i select more than 3000 invoices the table starts to feel slow, i am using zustand and persisting only the ids in a Set. How you guys would do it to get the best performance?
Beta Was this translation helpful? Give feedback.
All reactions