
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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
Advertisements