I am building datagrid from scratch. I know there are very good solution available.
I have to pay special attention to the performances of the grid. I will have a maximum of 5000 rows (with rowspans, colspans and inline editing)
I have a feature that really impresses me is the virtual rendering that is implemented in grid such a SlickGrid and DataTables.
I was wondering if someone could give me an insight on how to implement virtual rendering using Jquery / javascript.
Thanks