-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1.17 KB
/
composer.json
File metadata and controls
36 lines (36 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "datatables.net/datatables.net-columncontrol-jqui",
"description": "ColumnControl lets you add column specific control content to the header and footer of a DataTable. Built-in content types include ordering buttons, search inputs and search lists. The content shown is fully configurable to suit your use cases. This is ColumnControl for DataTables with styling for [jQueryUI](http://jqueryui.com/)",
"support": {
"forum": "https://datatables.net/forums",
"source": "https://github.com/DataTables/Dist-DataTables-ColumnControl-jQueryUI"
},
"homepage": "http://www.datatables.net/",
"authors": [
{
"name": "SpryMedia",
"homepage": "https://datatables.net"
}
],
"license": [
"MIT"
],
"prefer-stable": true,
"minimum-stability": "dev",
"keywords": [
"ColumnControl",
"search",
"filter",
"buttons",
"column visibility",
"jQuery UI",
"jQueryUI",
"Datatables",
"jQuery",
"table"
],
"require": {
"datatables.net/datatables.net-columncontrol": ">=0.0.1",
"datatables.net/datatables.net-jqui": ">=2.3.1"
}
}