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.