We have an application where we need to display huge data that
shows a table with 500 columns and 1,000,000 rows
can we have this in handson table to display this big data with smooth scrolling.
We have an application where we need to display huge data that
shows a table with 500 columns and 1,000,000 rows
can we have this in handson table to display this big data with smooth scrolling.
Hey @sudipta.ghosh
I recommend using a server side pagination. It will surely boost the performance when you load 10 x 100’000 than loading million rows to a browser.
What operations would you like to perform on this data?