I saw there are several flavours of grid. People recommends to use Angular UI Grid when the records are huge instead of Datatables.
I think the data table is populating each row 1 by 1 and causing the performance issue.
Is it not possible to fix the Data table performance issue similar to other grids?
How the angular UI grid works internally or other grids handles differently then the Data tables?
Thanks.
1 Answers
Answers 1
For reference, these are the sites:ag-Grid,ui-grid,slick-grid
we have More Info
and
DataTables Table plug-in for jQuery
DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction controls to any HTML table.
and
0 comments:
Post a Comment