drmonty-datatables
Version:
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.
78 lines • 2.58 kB
JSON
{
"name": "drmonty-datatables",
"repo": "drmonty/datatables",
"description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.",
"version": "1.10.12",
"homepage": "http://www.datatables.net/",
"licenses": [
{
"type": "BSD",
"url": "http://datatables.net/license_bsd"
},
{
"type": "GPLv2",
"url": "http://datatables.net/license_gpl2"
}
],
"author": {
"name": "Allan Jardine",
"url": "http://sprymedia.co.uk"
},
"keywords": [
"DataTables",
"DataTable",
"table",
"grid",
"filter",
"sort",
"page",
"internationalisable"
],
"dependencies": {
"components/jquery": ">=1.7"
},
"main": "js/jquery.dataTables.js",
"scripts": [
"js/jquery.dataTables.js"
],
"files": [
"css/dataTables.jqueryui.css",
"css/dataTables.material.css",
"css/dataTables.uikit.min.css",
"css/dataTables.bootstrap.css",
"css/dataTables.bootstrap.min.css",
"css/dataTables.semanticui.min.css",
"css/jquery.dataTables_themeroller.css",
"css/dataTables.bootstrap4.css",
"css/dataTables.foundation.css",
"css/dataTables.bootstrap4.min.css",
"css/dataTables.uikit.css",
"css/dataTables.material.min.css",
"css/jquery.dataTables.css",
"css/dataTables.foundation.min.css",
"css/jquery.dataTables.min.css",
"css/dataTables.jqueryui.min.css",
"css/dataTables.semanticui.css",
"images/sort_both.png",
"images/sort_asc_disabled.png",
"images/sort_desc_disabled.png",
"images/sort_desc.png",
"images/sort_asc.png",
"js/dataTables.foundation.min.js",
"js/dataTables.bootstrap4.js",
"js/jquery.dataTables.js",
"js/dataTables.uikit.min.js",
"js/dataTables.jqueryui.min.js",
"js/dataTables.material.min.js",
"js/dataTables.material.js",
"js/jquery.dataTables.min.js",
"js/dataTables.foundation.js",
"js/dataTables.bootstrap.min.js",
"js/dataTables.semanticui.js",
"js/dataTables.semanticui.min.js",
"js/dataTables.bootstrap4.min.js",
"js/dataTables.uikit.js",
"js/dataTables.bootstrap.js",
"js/dataTables.jqueryui.js"
]
}