-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-Fixed bug with ColReorder 1.1, Applied bug fix by kylealonius
-Added bower file and registered plugin with bower repo, for all you bower lovers.
- Loading branch information
Showing
3 changed files
with
65 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"name": "datatables-colresize", | ||
"description": "A plugin for resizing columns in DataTables", | ||
"version": "0.0.6", | ||
"license": "MIT License", | ||
"main": [ | ||
"dataTables.colResize.js" | ||
], | ||
"keywords": [ | ||
"datatables", | ||
"colresize", | ||
"resize" | ||
], | ||
"authors": [ | ||
"dykstrad", | ||
"tdillan", | ||
"kylealonius" | ||
], | ||
"homepage": "https://github.com/Silvacom/colResize", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/Silvacom/colResize.git" | ||
}, | ||
"dependencies": { | ||
"jquery": ">=1.7.0", | ||
"datatables": ">=1.10.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters