Table Component with great number of rows
Hello !!
Im my application I have a table with 700.000 rows and I have to show this values to the user.....
I'm using the creator's Table component with pagination of 10 elements per page and an filter....
the fact is..... my application even get started cause creator fetch all rows (or a great number of rows...) to the memory for the table pagination... no matter if i have a little pagination number (like 5 or so)
the application falls for timeout before the page shows up (more than 20 min.)
How can i make my table fetch only the showed rows, avoiding
this overhead?
(OBS the user's have only 256Mb of memory)
thanks in advance friends!!!!

