mirror of
https://github.com/DataTables/DataTables.git
synced 2026-01-11 15:27:57 -05:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca12924904 | ||
|
|
79238d337b | ||
|
|
36ba2549ad |
4
component.json
Normal file → Executable file
4
component.json
Normal file → Executable file
@@ -3,9 +3,9 @@
|
||||
"version": "1.9.4",
|
||||
"main": [
|
||||
"./media/js/jquery.dataTables.js",
|
||||
"./media/css/jquery.dataTables.css",
|
||||
"./media/css/jquery.dataTables.css"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": "~1.8.0"
|
||||
"jquery": ">=1.7.0"
|
||||
}
|
||||
}
|
||||
|
||||
2
package.json
Normal file → Executable file
2
package.json
Normal file → Executable file
@@ -17,7 +17,7 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": "1.4 - 1.8"
|
||||
"jquery": ">=1.7"
|
||||
},
|
||||
"description": "DataTables enhances HTML tables with the ability to sort, filter and page the data in the table very easily. It provides a comprehensive API and set of configuration options, allowing you to consume data from virtually any data source.",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user