No of Rows /Column can be displayed with smooth scrolling

Tags: #<Tag:0x00007efc6171e940>

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?