Hi,
I modified webix angular sample (http://docs.webix.com/samples/33_angular/02_grid.html) so that “AddRecord” button will add 10000 rows. This is what going to happen in my practical application, we get trades throughout the day and at the end of the day trades count goes to around 8000-10000.
Here is what I want .
- Limit the height of the grid say 600px so that only some rows are visible not all 10000
- What to have lazy loading effect (Like in this sample http://docs.webix.com/samples/15_datatable/16_dyn_loading/04_db_dyn_loadahead.html)
- Now if I update these rows from timer only visible rows needs to update to have better performance.
I am expecting virtualization feature for the data table. Is that something possible?