datatables.net-rowgroup-dt
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -5,2 +5,2 @@ /*! | ||
*/ | ||
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-rowgroup"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);if(!b||!b.fn.dataTable)b=require("datatables.net-dt")(a,b).$;b.fn.dataTable.RowGroup||require("datatables.net-rowgroup")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c){return c.fn.dataTable}); | ||
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-rowgroup"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);b&&b.fn.dataTable||(b=require("datatables.net-dt")(a,b).$);b.fn.dataTable.RowGroup||require("datatables.net-rowgroup")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c,a,b,d){return c.fn.dataTable}); |
@@ -7,6 +7,7 @@ { | ||
"types": "./types/rowGroup.dataTables.d.ts", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"files": [ | ||
"css/**/*.css", | ||
"js/**/*.js" | ||
"js/**/*.js", | ||
"types/**/*.d.ts" | ||
], | ||
@@ -23,5 +24,5 @@ "keywords": [ | ||
"dependencies": { | ||
"jquery": ">=1.7", | ||
"datatables.net-dt": "^1.10.15", | ||
"datatables.net-rowgroup": "1.1.3" | ||
"datatables.net-rowgroup": ">=1.1.3", | ||
"datatables.net-dt": ">=1.11.3", | ||
"jquery": ">=1.7" | ||
}, | ||
@@ -28,0 +29,0 @@ "moduleType": [ |
# RowGroup for DataTables with styling for [DataTables](https://datatables.net/) | ||
This package contains a built distribution of the [RowGroup extension](https://datatables.net/extensions/RowGroup) for [DataTables](https://datatables.net/) with styling for [DataTables](https://datatables.net/). | ||
This package contains a built distribution of the [RowGroup extension](https://datatables.net/extensions/rowgroup) for [DataTables](https://datatables.net/) with styling for [DataTables](https://datatables.net/). | ||
@@ -5,0 +5,0 @@ RowGroup adds the ability to easily group rows in a DataTable by a given data point. The grouping is shown as an inserted row either before or after the group. |
7487
8
+ Addeddatatables.net@2.2.2(transitive)
+ Addeddatatables.net-dt@2.2.2(transitive)
+ Addeddatatables.net-rowgroup@1.5.1(transitive)
- Removeddatatables.net@1.13.11(transitive)
- Removeddatatables.net-dt@1.13.11(transitive)
- Removeddatatables.net-rowgroup@1.1.3(transitive)
Updateddatatables.net-dt@>=1.11.3