SlickGrid | | jqGrid | |
Pros | | Pros | |
| Mainly uses div tag instead of table tag which gives better performance. | | |
| Expansion and Collapse of rows is available. | | Expansion and Collpase of rows is available |
| On right click of a column provides a menu options. | | |
| Copy & Paste option is available but only restricted within the Grid, it has to be enabled from Excel. | | |
Cons | Most of the functionalities required for Web Page Grid are to be coded explicity and these are not available as is like a) Freezing of some Columns and Time periods are to be scrolled onto right. | Cons | Copy Paste from Excel to jqGrid is not available |
| Open Source Vanilla JS License: MIT is required. | | Open Source Vanilla JS License: MIT is required. |
| Column smart rendering features is not available. | | Uses table tr td approach for the elements to fit |
| On click of Next operation in case of WebPage, where the Grid creation of fixed number of Columns need not be created again that flexibility is not available. Grid timings which is considered for Loading will have the same timings when Next operations is performed. | | |