datatables.net-fixedcolumns-dt
Advanced tools
Comparing version 3.3.2 to 3.3.3
@@ -0,1 +1,3 @@ | ||
The MIT License (MIT) | ||
Copyright SpryMedia Limited and other contributors | ||
@@ -20,2 +22,2 @@ http://datatables.net | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
THE SOFTWARE. |
{ | ||
"name": "datatables.net-fixedcolumns-dt", | ||
"version": "3.3.2", | ||
"description": "FixedColumns for DataTables ", | ||
"description": "FixedColumns for DataTables with styling for [DataTables](https://datatables.net/)", | ||
"main": "js/fixedColumns.dataTables.js", | ||
"style": "css/fixedColumns.dataTables.css", | ||
"types": "./types/fixedColumns.dataTables.d.ts", | ||
"version": "3.3.3", | ||
"files": [ | ||
@@ -9,13 +12,25 @@ "css/**/*.css", | ||
], | ||
"style": "css/fixedColumns.dataTables.css", | ||
"keywords": [ | ||
"fixed columns", | ||
"DataTables", | ||
"FixedColumns", | ||
"Datatables", | ||
"jQuery", | ||
"table", | ||
"DataTables" | ||
"filter", | ||
"sort" | ||
], | ||
"homepage": "https://datatables.net", | ||
"bugs": "https://datatables.net/forums", | ||
"license": "MIT", | ||
"dependencies": { | ||
"jquery": ">=1.7", | ||
"datatables.net-dt": "^1.10.15", | ||
"datatables.net-fixedcolumns": "3.3.3" | ||
}, | ||
"moduleType": [ | ||
"globals", | ||
"amd", | ||
"node" | ||
], | ||
"ignore": [ | ||
"composer.json", | ||
"datatables.json", | ||
"package.json" | ||
], | ||
"author": { | ||
@@ -25,12 +40,9 @@ "name": "SpryMedia Ltd", | ||
}, | ||
"dependencies": { | ||
"jquery": ">=1.7", | ||
"datatables.net-dt": "^1.10.15", | ||
"datatables.net-fixedcolumns": "3.3.2" | ||
}, | ||
"homepage": "https://datatables.net", | ||
"bugs": "https://datatables.net/forums", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DataTables/Dist-DataTables-FixedColumns-DataTables.git" | ||
}, | ||
"main": "js/fixedColumns.dataTables.js" | ||
} | ||
} |
@@ -1,4 +0,4 @@ | ||
# FixedColumns for DataTables | ||
# FixedColumns for DataTables with styling for [DataTables](https://datatables.net/) | ||
This package contains distribution files required to style [FixedColumns extension](https://datatables.net/extensions/fixedcolumns) for [DataTables](https://datatables.net/) . | ||
This package contains a built distribution of the [FixedColumns extension](https://datatables.net/extensions/FixedColumns) for [DataTables](https://datatables.net/) with styling for [DataTables](https://datatables.net/). | ||
@@ -20,7 +20,13 @@ FixedColumns provides the ability to fix one or more columns to the left and / or right hand side of a DataTable that scrolls along the x-axis. This can be used if the columns show grouping, index or similar information. | ||
ES3 Syntax | ||
``` | ||
var $ = require( 'jquery' ); | ||
require( 'datatables.net-fixedcolumns-dt' )( window, $ ); | ||
var dt = require( 'datatables.net-fixedcolumns-dt' )( window, $ ); | ||
``` | ||
ES6 Syntax | ||
``` | ||
import 'datatables.net-fixedcolumns-dt' | ||
``` | ||
### bower | ||
@@ -36,3 +42,3 @@ | ||
Full documentation of the DataTables options, API and plug-in interface are available on the DOCS_LINK. The site also contains information on the wide variety of plug-ins that are available for DataTables, which can be used to enhance and customise your table even further. | ||
Full documentation and examples for FixedColumns can be found [on the website](https://datatables.net/extensions/fixedcolumns). | ||
@@ -53,1 +59,2 @@ | ||
This software is released under the [MIT license](//datatables.net/license). You are free to use, modify and distribute this software, but all copyright information must remain. | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6742
58
+ Addeddatatables.net-fixedcolumns@3.3.3(transitive)
- Removeddatatables.net-fixedcolumns@3.3.2(transitive)