jQuery.Grid
0.5.4
See the version list below for details.
dotnet add package jQuery.Grid --version 0.5.4
NuGet\Install-Package jQuery.Grid -Version 0.5.4
<PackageReference Include="jQuery.Grid" Version="0.5.4" />
paket add jQuery.Grid --version 0.5.4
#r "nuget: jQuery.Grid, 0.5.4"
// Install jQuery.Grid as a Cake Addin #addin nuget:?package=jQuery.Grid&version=0.5.4 // Install jQuery.Grid as a Cake Tool #tool nuget:?package=jQuery.Grid&version=0.5.4
jQuery Grid by Gijgo.com is a plug-in for the jQuery Javascript library.
It is a very fast and extandable tool, and will add advanced interaction controls to any HTML table.
This plugin support pagination, javascript and server side data sources, jQuery UI and Bootstrap.
Free open source tool distributed under MIT License.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.9.1)
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 |
---|---|---|
1.9.11 | 12,743 | 11/26/2018 |
1.8.0 | 11,611 | 1/30/2018 |
1.7.2 | 3,011 | 12/25/2017 |
1.6.1 | 3,553 | 10/31/2017 |
1.6.0 | 2,721 | 10/26/2017 |
1.5.1 | 3,047 | 9/9/2017 |
1.5.0 | 3,001 | 8/9/2017 |
1.4.0 | 4,889 | 6/23/2017 |
1.3.1 | 3,393 | 5/5/2017 |
1.3.0 | 3,668 | 4/2/2017 |
1.2.0 | 5,631 | 3/5/2017 |
1.1.0 | 3,535 | 1/6/2017 |
1.0.0 | 3,641 | 10/29/2016 |
0.6.2 | 10,684 | 3/15/2016 |
0.6.1 | 2,867 | 3/14/2016 |
0.5.6 | 6,011 | 10/29/2015 |
0.5.5 | 3,158 | 10/14/2015 |
0.5.4 | 3,317 | 10/5/2015 |
0.5.3 | 3,048 | 9/24/2015 |
0.5.2 | 2,977 | 9/12/2015 |
0.4.5 | 4,131 | 5/10/2015 |
0.4.4 | 3,149 | 4/25/2015 |
0.4.3 | 3,452 | 3/28/2015 |
0.4.2 | 4,110 | 3/27/2015 |
0.4.1 | 3,364 | 3/15/2015 |
added getChanges method and cellDataChanged event
added defaultColumnSettings configuration setting
added column.headerCssClass configuration setting
added title, toolbarTemplate configuration settings and title method
remove method is merged with destroy method
added initialized event
added columnHide and columnShow events
added destroying event
column fieldName (index) parameter in cellDataBound event is replaced by object with column configuration data
all events can be configured as configuration option as part of the initialization of the grid
added expandcollapse expand collapse plugin that support detailExpand, detailCollapse events and detailTemplate configuration setting
added responsive design plugin
added autoGenerateColumns configuration setting