How to create JavaScript data grid for millions of rows?


To display million of rows of data to the users in a grid, use any of the following grids −

S. No
Grid
Description
1
DataTables
Allows adding advanced interaction controls to any HTML table.
2
Ingrid
Allows resizing columns, paging, sorting, row and column styling to tables.
3
SlickGrid
Uses virtual rendering to allow you to work with hundreds of thousands of items.

Let us see the features of SlickGrid −

  • Easily customizable
  • Complete keyboard navigation
  • Easily handles hundreds of thousands of rows
  • Quick rendering speed
  • Column autosizing available
  • Pluggable cell formatters available
  • Allos creating new rows

Updated on: 23-Jun-2020

190 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements