lorenzofox3 / Smart-Table

Code source of Smart Table module: a table/grid for Angularjs
http://lorenzofox3.github.io/smart-table-website/
1.8k stars 513 forks source link

Add support for virtual rendering #721

Closed justiceo closed 8 years ago

justiceo commented 8 years ago

Are there any plans to add support for virtual rendering of table data to improve performance for large data sets?

lorenzofox3 commented 8 years ago

It is already supported just make sure you paginate/slice your dataset and it is all good. There are around examples with pagination with infinite scrolling, etc