SlickGrid 2.0.1.20120601
See the version list below for details.
dotnet add package SlickGrid --version 2.0.1.20120601
NuGet\Install-Package SlickGrid -Version 2.0.1.20120601
<PackageReference Include="SlickGrid" Version="2.0.1.20120601" />
paket add SlickGrid --version 2.0.1.20120601
#r "nuget: SlickGrid, 2.0.1.20120601"
// Install SlickGrid as a Cake Addin #addin nuget:?package=SlickGrid&version=2.0.1.20120601 // Install SlickGrid as a Cake Tool #tool nuget:?package=SlickGrid&version=2.0.1.20120601
Quite simply, SlickGrid is a JavaScript grid/spreadsheet component.
It is an advanced component and is going to be a bit more difficult to learn and configure, but once you realize its full potential, it will blow your mind!
Some highlights:
- Adaptive virtual scrolling (handle hundreds of thousands of rows with extreme responsiveness)
- Extremely fast rendering speed
- Supports jQuery UI Themes
- Background post-rendering for richer cells
- Configurable & customizable
- Full keyboard navigation
- Column resize/reorder/show/hide
- Column autosizing & force-fit
- Pluggable cell formatters & editors
- Support for editing and creating new rows.
- Grouping, filtering, custom aggregators, and more!
- Advanced detached & multi-field editors with undo/redo support.
- “GlobalEditorLock” to manage concurrent edits in cases where multiple Views on a page can edit the same data.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.7.0)
- jquery.event.drag (>= 2.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.20140120 | 218,598 | 1/23/2014 |
2.2.20131219 | 2,468 | 1/2/2014 |
2.2.20131126 | 1,813 | 11/28/2013 |
2.2.20131120 | 1,561 | 11/21/2013 |
2.2.20131103 | 27,445 | 11/11/2013 |
2.2.20131013.1 | 1,764 | 10/18/2013 |
2.2.20131013 | 1,353 | 10/17/2013 |
2.2.20130927 | 1,543 | 10/10/2013 |
2.2.20130912 | 1,797 | 9/27/2013 |
2.2.20130813 | 6,610 | 8/29/2013 |
2.2.20130810 | 2,319 | 8/13/2013 |
2.1.20130711 | 1,857 | 7/26/2013 |
2.1.20130627 | 2,015 | 7/3/2013 |
2.1.20130529 | 2,823 | 6/3/2013 |
2.1.20130522 | 1,441 | 5/27/2013 |
2.1.20130503 | 7,723 | 5/15/2013 |
2.1.20130423 | 1,615 | 4/30/2013 |
2.1.20130327 | 1,714 | 4/8/2013 |
2.1.20130304 | 9,108 | 3/5/2013 |
2.1.20130225 | 1,549 | 2/26/2013 |
2.1.20130124 | 1,765 | 2/14/2013 |
2.1.20130118 | 1,690 | 1/21/2013 |
2.1.20130112 | 1,540 | 1/14/2013 |
2.1.20121218 | 34,285 | 12/20/2012 |
2.1.20121205 | 1,681 | 12/10/2012 |
2.1.20121203 | 1,597 | 12/4/2012 |
2.1.20121129 | 1,580 | 11/30/2012 |
2.1.20121109 | 1,562 | 11/29/2012 |
2.1.20120927 | 3,186 | 10/23/2012 |
2.1.20120908 | 1,791 | 9/10/2012 |
2.1.20120831 | 1,423 | 9/5/2012 |
2.1.20120828 | 1,433 | 8/30/2012 |
2.1.20120806 | 2,446 | 8/8/2012 |
2.1.20120706 | 7,745 | 7/16/2012 |
2.0.1.20120622 | 2,267 | 6/25/2012 |
2.0.1.20120601 | 1,494 | 6/7/2012 |
2.0.1.1 | 1,562 | 5/14/2012 |
Sped up getMaxSupportedCssHeight() by doing exponential testing instead of linear
Merge remote-tracking branch 'origin/v2.0' into v2.0
Added "scrollRowToTop()" and fixed bounds checking in "scrollRowIntoView()"
Fixed headers sometimes getting out of sync when the grid is resized.
Store the correct node reference in rowsCache.
Cleaned up a few unused variables.
Remove the "row" attribute from the row nodes and search the rowsCache instead (make sure you're not relying on that attribute being there!)