8

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 Answers1

2

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.

Data Table

and

JavaScript Open-Source Spreadsheets and Data Grids

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Kondal
  • 2,870
  • 5
  • 26
  • 40
  • I am not asking about which one is better but trying to understand how others are better than Datatables and what datatable is missing which others has fixed it. Is it something can be fixed or not doable or design restriction ? – Kathiresan Jeyapandian Sep 05 '17 at 11:22