mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
37 lines
1014 B
JSON
37 lines
1014 B
JSON
{
|
|
"name": "datatables-fixedheader",
|
|
"version": "2.1.1",
|
|
"filename": "dataTables.fixedHeader.min.js",
|
|
"description": "The FixedHeader plug-in will freeze in place the header, footer and left and/or right most columns in a DataTable, ensuring that title information will remain always visible.",
|
|
"homepage": "http://datatables.net/extensions/fixedheader/",
|
|
"maintainers": [
|
|
{
|
|
"name": "Allan Jardine",
|
|
"url": "http://sprymedia.co.uk"
|
|
}
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "http://datatables.net/license_bsd"
|
|
},
|
|
{
|
|
"type": "GPLv2",
|
|
"url": "http://datatables.net/license_gpl2"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"jquery": "1.3 - 1.7"
|
|
},
|
|
"keywords": [
|
|
"DataTables",
|
|
"DataTable",
|
|
"table",
|
|
"grid",
|
|
"filter",
|
|
"sort",
|
|
"page",
|
|
"internationalisable"
|
|
]
|
|
}
|