-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright 2011-2018 Twitter, Inc. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,191 @@ | ||
@charset "UTF-8"; | ||
table.dataTable { | ||
clear: both; | ||
margin-top: 6px !important; | ||
margin-bottom: 6px !important; | ||
max-width: none !important; | ||
border-collapse: separate !important; | ||
} | ||
table.dataTable td, | ||
table.dataTable th { | ||
-webkit-box-sizing: content-box; | ||
box-sizing: content-box; | ||
} | ||
table.dataTable td.dataTables_empty, | ||
table.dataTable th.dataTables_empty { | ||
text-align: center; | ||
} | ||
table.dataTable.nowrap th, | ||
table.dataTable.nowrap td { | ||
white-space: nowrap; | ||
} | ||
|
||
div.dataTables_wrapper div.dataTables_length label { | ||
font-weight: normal; | ||
text-align: left; | ||
white-space: nowrap; | ||
} | ||
div.dataTables_wrapper div.dataTables_length select { | ||
width: 75px; | ||
display: inline-block; | ||
} | ||
div.dataTables_wrapper div.dataTables_filter { | ||
text-align: right; | ||
} | ||
div.dataTables_wrapper div.dataTables_filter label { | ||
font-weight: normal; | ||
white-space: nowrap; | ||
text-align: left; | ||
} | ||
div.dataTables_wrapper div.dataTables_filter input { | ||
margin-left: 0.5em; | ||
display: inline-block; | ||
width: auto; | ||
} | ||
div.dataTables_wrapper div.dataTables_info { | ||
padding-top: 8px; | ||
white-space: nowrap; | ||
} | ||
div.dataTables_wrapper div.dataTables_paginate { | ||
margin: 0; | ||
white-space: nowrap; | ||
text-align: right; | ||
} | ||
div.dataTables_wrapper div.dataTables_paginate ul.pagination { | ||
margin: 2px 0; | ||
white-space: nowrap; | ||
} | ||
div.dataTables_wrapper div.dataTables_processing { | ||
position: absolute; | ||
top: 50%; | ||
left: 50%; | ||
width: 200px; | ||
margin-left: -100px; | ||
margin-top: -26px; | ||
text-align: center; | ||
padding: 1em 0; | ||
} | ||
|
||
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, | ||
table.dataTable thead > tr > td.sorting_asc, | ||
table.dataTable thead > tr > td.sorting_desc, | ||
table.dataTable thead > tr > td.sorting { | ||
padding-right: 30px; | ||
} | ||
table.dataTable thead > tr > th:active, | ||
table.dataTable thead > tr > td:active { | ||
outline: none; | ||
} | ||
table.dataTable thead .sorting, | ||
table.dataTable thead .sorting_asc, | ||
table.dataTable thead .sorting_desc, | ||
table.dataTable thead .sorting_asc_disabled, | ||
table.dataTable thead .sorting_desc_disabled { | ||
cursor: pointer; | ||
position: relative; | ||
} | ||
table.dataTable thead .sorting:after, | ||
table.dataTable thead .sorting_asc:after, | ||
table.dataTable thead .sorting_desc:after, | ||
table.dataTable thead .sorting_asc_disabled:after, | ||
table.dataTable thead .sorting_desc_disabled:after { | ||
position: absolute; | ||
bottom: 8px; | ||
right: 8px; | ||
display: block; | ||
font-family: "Glyphicons Halflings"; | ||
opacity: 0.5; | ||
} | ||
table.dataTable thead .sorting:after { | ||
opacity: 0.2; | ||
content: ""; | ||
/* sort */ | ||
} | ||
table.dataTable thead .sorting_asc:after { | ||
content: ""; | ||
/* sort-by-attributes */ | ||
} | ||
table.dataTable thead .sorting_desc:after { | ||
content: ""; | ||
/* sort-by-attributes-alt */ | ||
} | ||
table.dataTable thead .sorting_asc_disabled:after, | ||
table.dataTable thead .sorting_desc_disabled:after { | ||
color: #eee; | ||
} | ||
|
||
div.dataTables_scrollHead table.dataTable { | ||
margin-bottom: 0 !important; | ||
} | ||
|
||
div.dataTables_scrollBody > table { | ||
border-top: none; | ||
margin-top: 0 !important; | ||
margin-bottom: 0 !important; | ||
} | ||
div.dataTables_scrollBody > table > thead .sorting:after, | ||
div.dataTables_scrollBody > table > thead .sorting_asc:after, | ||
div.dataTables_scrollBody > table > thead .sorting_desc:after { | ||
display: none; | ||
} | ||
div.dataTables_scrollBody > table > tbody > tr:first-child > th, | ||
div.dataTables_scrollBody > table > tbody > tr:first-child > td { | ||
border-top: none; | ||
} | ||
|
||
div.dataTables_scrollFoot > .dataTables_scrollFootInner { | ||
box-sizing: content-box; | ||
} | ||
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table { | ||
margin-top: 0 !important; | ||
border-top: none; | ||
} | ||
|
||
@media screen and (max-width: 767px) { | ||
div.dataTables_wrapper div.dataTables_length, | ||
div.dataTables_wrapper div.dataTables_filter, | ||
div.dataTables_wrapper div.dataTables_info, | ||
div.dataTables_wrapper div.dataTables_paginate { | ||
text-align: center; | ||
} | ||
} | ||
table.dataTable.table-condensed > thead > tr > th { | ||
padding-right: 20px; | ||
} | ||
table.dataTable.table-condensed .sorting:after, | ||
table.dataTable.table-condensed .sorting_asc:after, | ||
table.dataTable.table-condensed .sorting_desc:after { | ||
top: 6px; | ||
right: 6px; | ||
} | ||
|
||
table.table-bordered.dataTable { | ||
border-right-width: 0; | ||
} | ||
table.table-bordered.dataTable th, | ||
table.table-bordered.dataTable td { | ||
border-left-width: 0; | ||
} | ||
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, | ||
table.table-bordered.dataTable td:last-child, | ||
table.table-bordered.dataTable td:last-child { | ||
border-right-width: 1px; | ||
} | ||
table.table-bordered.dataTable tbody th, | ||
table.table-bordered.dataTable tbody td { | ||
border-bottom-width: 0; | ||
} | ||
|
||
div.dataTables_scrollHead table.table-bordered { | ||
border-bottom-width: 0; | ||
} | ||
|
||
div.table-responsive > div.dataTables_wrapper > div.row { | ||
margin: 0; | ||
} | ||
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child { | ||
padding-left: 0; | ||
} | ||
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child { | ||
padding-right: 0; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,210 @@ | ||
@charset "UTF-8"; | ||
table.dataTable { | ||
clear: both; | ||
margin-top: 6px !important; | ||
margin-bottom: 6px !important; | ||
max-width: none !important; | ||
border-collapse: separate !important; | ||
border-spacing: 0; | ||
} | ||
table.dataTable td, | ||
table.dataTable th { | ||
-webkit-box-sizing: content-box; | ||
box-sizing: content-box; | ||
} | ||
table.dataTable td.dataTables_empty, | ||
table.dataTable th.dataTables_empty { | ||
text-align: center; | ||
} | ||
table.dataTable.nowrap th, | ||
table.dataTable.nowrap td { | ||
white-space: nowrap; | ||
} | ||
|
||
div.dataTables_wrapper div.dataTables_length label { | ||
font-weight: normal; | ||
text-align: left; | ||
white-space: nowrap; | ||
} | ||
div.dataTables_wrapper div.dataTables_length select { | ||
width: auto; | ||
display: inline-block; | ||
} | ||
div.dataTables_wrapper div.dataTables_filter { | ||
text-align: right; | ||
} | ||
div.dataTables_wrapper div.dataTables_filter label { | ||
font-weight: normal; | ||
white-space: nowrap; | ||
text-align: left; | ||
} | ||
div.dataTables_wrapper div.dataTables_filter input { | ||
margin-left: 0.5em; | ||
display: inline-block; | ||
width: auto; | ||
} | ||
div.dataTables_wrapper div.dataTables_info { | ||
padding-top: 0.85em; | ||
} | ||
div.dataTables_wrapper div.dataTables_paginate { | ||
margin: 0; | ||
white-space: nowrap; | ||
text-align: right; | ||
} | ||
div.dataTables_wrapper div.dataTables_paginate ul.pagination { | ||
margin: 2px 0; | ||
white-space: nowrap; | ||
justify-content: flex-end; | ||
} | ||
div.dataTables_wrapper div.dataTables_processing { | ||
position: absolute; | ||
top: 50%; | ||
left: 50%; | ||
width: 200px; | ||
margin-left: -100px; | ||
margin-top: -26px; | ||
text-align: center; | ||
padding: 1em 0; | ||
} | ||
|
||
table.dataTable > thead > tr > th:active, | ||
table.dataTable > thead > tr > td:active { | ||
outline: none; | ||
} | ||
table.dataTable > thead > tr > th:not(.sorting_disabled), | ||
table.dataTable > thead > tr > td:not(.sorting_disabled) { | ||
padding-right: 30px; | ||
} | ||
table.dataTable > thead .sorting, | ||
table.dataTable > thead .sorting_asc, | ||
table.dataTable > thead .sorting_desc, | ||
table.dataTable > thead .sorting_asc_disabled, | ||
table.dataTable > thead .sorting_desc_disabled { | ||
cursor: pointer; | ||
position: relative; | ||
} | ||
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after, | ||
table.dataTable > thead .sorting_asc:before, | ||
table.dataTable > thead .sorting_asc:after, | ||
table.dataTable > thead .sorting_desc:before, | ||
table.dataTable > thead .sorting_desc:after, | ||
table.dataTable > thead .sorting_asc_disabled:before, | ||
table.dataTable > thead .sorting_asc_disabled:after, | ||
table.dataTable > thead .sorting_desc_disabled:before, | ||
table.dataTable > thead .sorting_desc_disabled:after { | ||
position: absolute; | ||
bottom: 0.9em; | ||
display: block; | ||
opacity: 0.3; | ||
} | ||
table.dataTable > thead .sorting:before, | ||
table.dataTable > thead .sorting_asc:before, | ||
table.dataTable > thead .sorting_desc:before, | ||
table.dataTable > thead .sorting_asc_disabled:before, | ||
table.dataTable > thead .sorting_desc_disabled:before { | ||
right: 1em; | ||
content: "↑"; | ||
} | ||
table.dataTable > thead .sorting:after, | ||
table.dataTable > thead .sorting_asc:after, | ||
table.dataTable > thead .sorting_desc:after, | ||
table.dataTable > thead .sorting_asc_disabled:after, | ||
table.dataTable > thead .sorting_desc_disabled:after { | ||
right: 0.5em; | ||
content: "↓"; | ||
} | ||
table.dataTable > thead .sorting_asc:before, | ||
table.dataTable > thead .sorting_desc:after { | ||
opacity: 1; | ||
} | ||
table.dataTable > thead .sorting_asc_disabled:before, | ||
table.dataTable > thead .sorting_desc_disabled:after { | ||
opacity: 0; | ||
} | ||
|
||
div.dataTables_scrollHead table.dataTable { | ||
margin-bottom: 0 !important; | ||
} | ||
|
||
div.dataTables_scrollBody table { | ||
border-top: none; | ||
margin-top: 0 !important; | ||
margin-bottom: 0 !important; | ||
} | ||
div.dataTables_scrollBody table thead .sorting:before, | ||
div.dataTables_scrollBody table thead .sorting_asc:before, | ||
div.dataTables_scrollBody table thead .sorting_desc:before, | ||
div.dataTables_scrollBody table thead .sorting:after, | ||
div.dataTables_scrollBody table thead .sorting_asc:after, | ||
div.dataTables_scrollBody table thead .sorting_desc:after { | ||
display: none; | ||
} | ||
div.dataTables_scrollBody table tbody tr:first-child th, | ||
div.dataTables_scrollBody table tbody tr:first-child td { | ||
border-top: none; | ||
} | ||
|
||
div.dataTables_scrollFoot > .dataTables_scrollFootInner { | ||
box-sizing: content-box; | ||
} | ||
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table { | ||
margin-top: 0 !important; | ||
border-top: none; | ||
} | ||
|
||
@media screen and (max-width: 767px) { | ||
div.dataTables_wrapper div.dataTables_length, | ||
div.dataTables_wrapper div.dataTables_filter, | ||
div.dataTables_wrapper div.dataTables_info, | ||
div.dataTables_wrapper div.dataTables_paginate { | ||
text-align: center; | ||
} | ||
div.dataTables_wrapper div.dataTables_paginate ul.pagination { | ||
justify-content: center !important; | ||
} | ||
} | ||
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) { | ||
padding-right: 20px; | ||
} | ||
table.dataTable.table-sm .sorting:before, | ||
table.dataTable.table-sm .sorting_asc:before, | ||
table.dataTable.table-sm .sorting_desc:before { | ||
top: 5px; | ||
right: 0.85em; | ||
} | ||
table.dataTable.table-sm .sorting:after, | ||
table.dataTable.table-sm .sorting_asc:after, | ||
table.dataTable.table-sm .sorting_desc:after { | ||
top: 5px; | ||
} | ||
|
||
table.table-bordered.dataTable { | ||
border-right-width: 0; | ||
} | ||
table.table-bordered.dataTable th, | ||
table.table-bordered.dataTable td { | ||
border-left-width: 0; | ||
} | ||
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, | ||
table.table-bordered.dataTable td:last-child, | ||
table.table-bordered.dataTable td:last-child { | ||
border-right-width: 1px; | ||
} | ||
table.table-bordered.dataTable tbody th, | ||
table.table-bordered.dataTable tbody td { | ||
border-bottom-width: 0; | ||
} | ||
|
||
div.dataTables_scrollHead table.table-bordered { | ||
border-bottom-width: 0; | ||
} | ||
|
||
div.table-responsive > div.dataTables_wrapper > div.row { | ||
margin: 0; | ||
} | ||
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child { | ||
padding-left: 0; | ||
} | ||
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child { | ||
padding-right: 0; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
table.dataTable { | ||
clear: both; | ||
margin: 0.5em 0 !important; | ||
max-width: none !important; | ||
width: 100%; | ||
} | ||
table.dataTable td, | ||
table.dataTable th { | ||
-webkit-box-sizing: content-box; | ||
box-sizing: content-box; | ||
} | ||
table.dataTable td.dataTables_empty, | ||
table.dataTable th.dataTables_empty { | ||
text-align: center; | ||
} | ||
table.dataTable.nowrap th, table.dataTable.nowrap td { | ||
white-space: nowrap; | ||
} | ||
|
||
div.dataTables_wrapper { | ||
position: relative; | ||
} | ||
div.dataTables_wrapper div.dataTables_length label { | ||
float: left; | ||
text-align: left; | ||
margin-bottom: 0; | ||
} | ||
div.dataTables_wrapper div.dataTables_length select { | ||
width: 75px; | ||
margin-bottom: 0; | ||
} | ||
div.dataTables_wrapper div.dataTables_filter label { | ||
float: right; | ||
margin-bottom: 0; | ||
} | ||
div.dataTables_wrapper div.dataTables_filter input { | ||
display: inline-block !important; | ||
width: auto !important; | ||
margin-bottom: 0; | ||
margin-left: 0.5em; | ||
} | ||
div.dataTables_wrapper div.dataTables_info { | ||
padding-top: 2px; | ||
} | ||
div.dataTables_wrapper div.dataTables_paginate { | ||
float: right; | ||
margin: 0; | ||
} | ||
div.dataTables_wrapper div.dataTables_processing { | ||
position: absolute; | ||
top: 50%; | ||
left: 50%; | ||
width: 200px; | ||
margin-left: -100px; | ||
margin-top: -26px; | ||
text-align: center; | ||
padding: 1rem 0; | ||
} | ||
|
||
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, | ||
table.dataTable thead > tr > td.sorting_asc, | ||
table.dataTable thead > tr > td.sorting_desc, | ||
table.dataTable thead > tr > td.sorting { | ||
padding-right: 1.5rem; | ||
} | ||
table.dataTable thead > tr > th:active, | ||
table.dataTable thead > tr > td:active { | ||
outline: none; | ||
} | ||
table.dataTable thead .sorting, | ||
table.dataTable thead .sorting_asc, | ||
table.dataTable thead .sorting_desc, | ||
table.dataTable thead .sorting_asc_disabled, | ||
table.dataTable thead .sorting_desc_disabled { | ||
cursor: pointer; | ||
} | ||
table.dataTable thead .sorting, | ||
table.dataTable thead .sorting_asc, | ||
table.dataTable thead .sorting_desc, | ||
table.dataTable thead .sorting_asc_disabled, | ||
table.dataTable thead .sorting_desc_disabled { | ||
background-repeat: no-repeat; | ||
background-position: center right; | ||
} | ||
table.dataTable thead .sorting { | ||
background-image: url("../images/sort_both.png"); | ||
} | ||
table.dataTable thead .sorting_asc { | ||
background-image: url("../images/sort_asc.png"); | ||
} | ||
table.dataTable thead .sorting_desc { | ||
background-image: url("../images/sort_desc.png"); | ||
} | ||
table.dataTable thead .sorting_asc_disabled { | ||
background-image: url("../images/sort_asc_disabled.png"); | ||
} | ||
table.dataTable thead .sorting_desc_disabled { | ||
background-image: url("../images/sort_desc_disabled.png"); | ||
} | ||
|
||
div.dataTables_scrollHead table { | ||
margin-bottom: 0 !important; | ||
} | ||
|
||
div.dataTables_scrollBody table { | ||
border-top: none; | ||
margin-top: 0 !important; | ||
margin-bottom: 0 !important; | ||
} | ||
div.dataTables_scrollBody table tbody tr:first-child th, | ||
div.dataTables_scrollBody table tbody tr:first-child td { | ||
border-top: none; | ||
} | ||
|
||
div.dataTables_scrollFoot table { | ||
margin-top: 0 !important; | ||
border-top: none; | ||
} |
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
@charset "UTF-8"; | ||
/* | ||
* Styling for DataTables with Semantic UI | ||
*/ | ||
table.dataTable.table { | ||
margin: 0; | ||
} | ||
table.dataTable.table thead th, | ||
table.dataTable.table thead td { | ||
position: relative; | ||
} | ||
table.dataTable.table thead th.sorting, table.dataTable.table thead th.sorting_asc, table.dataTable.table thead th.sorting_desc, | ||
table.dataTable.table thead td.sorting, | ||
table.dataTable.table thead td.sorting_asc, | ||
table.dataTable.table thead td.sorting_desc { | ||
padding-right: 20px; | ||
} | ||
table.dataTable.table thead th.sorting:after, table.dataTable.table thead th.sorting_asc:after, table.dataTable.table thead th.sorting_desc:after, | ||
table.dataTable.table thead td.sorting:after, | ||
table.dataTable.table thead td.sorting_asc:after, | ||
table.dataTable.table thead td.sorting_desc:after { | ||
position: absolute; | ||
top: 12px; | ||
right: 8px; | ||
display: block; | ||
font-family: Icons; | ||
} | ||
table.dataTable.table thead th.sorting:after, | ||
table.dataTable.table thead td.sorting:after { | ||
content: ""; | ||
color: #ddd; | ||
font-size: 0.8em; | ||
} | ||
table.dataTable.table thead th.sorting_asc:after, | ||
table.dataTable.table thead td.sorting_asc:after { | ||
content: ""; | ||
} | ||
table.dataTable.table thead th.sorting_desc:after, | ||
table.dataTable.table thead td.sorting_desc:after { | ||
content: ""; | ||
} | ||
table.dataTable.table td, | ||
table.dataTable.table th { | ||
-webkit-box-sizing: content-box; | ||
box-sizing: content-box; | ||
} | ||
table.dataTable.table td.dataTables_empty, | ||
table.dataTable.table th.dataTables_empty { | ||
text-align: center; | ||
} | ||
table.dataTable.table.nowrap th, | ||
table.dataTable.table.nowrap td { | ||
white-space: nowrap; | ||
} | ||
|
||
div.dataTables_wrapper div.dataTables_length select { | ||
vertical-align: middle; | ||
min-height: 2.7142em; | ||
} | ||
div.dataTables_wrapper div.dataTables_length .ui.selection.dropdown { | ||
min-width: 0; | ||
} | ||
div.dataTables_wrapper div.dataTables_filter span.input { | ||
margin-left: 0.5em; | ||
} | ||
div.dataTables_wrapper div.dataTables_info { | ||
padding-top: 13px; | ||
white-space: nowrap; | ||
} | ||
div.dataTables_wrapper div.dataTables_processing { | ||
position: absolute; | ||
top: 50%; | ||
left: 50%; | ||
width: 200px; | ||
margin-left: -100px; | ||
text-align: center; | ||
} | ||
div.dataTables_wrapper div.row.dt-table { | ||
padding: 0; | ||
} | ||
div.dataTables_wrapper div.dataTables_scrollHead table.dataTable { | ||
border-bottom-right-radius: 0; | ||
border-bottom-left-radius: 0; | ||
border-bottom: none; | ||
} | ||
div.dataTables_wrapper div.dataTables_scrollBody thead .sorting:after, | ||
div.dataTables_wrapper div.dataTables_scrollBody thead .sorting_asc:after, | ||
div.dataTables_wrapper div.dataTables_scrollBody thead .sorting_desc:after { | ||
display: none; | ||
} | ||
div.dataTables_wrapper div.dataTables_scrollBody table.dataTable { | ||
border-radius: 0; | ||
border-top: none; | ||
border-bottom-width: 0; | ||
} | ||
div.dataTables_wrapper div.dataTables_scrollBody table.dataTable.no-footer { | ||
border-bottom-width: 1px; | ||
} | ||
div.dataTables_wrapper div.dataTables_scrollFoot table.dataTable { | ||
border-top-right-radius: 0; | ||
border-top-left-radius: 0; | ||
border-top: none; | ||
} |
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,182 @@ | ||
/*! DataTables Bootstrap 3 integration | ||
* ©2011-2015 SpryMedia Ltd - datatables.net/license | ||
*/ | ||
|
||
/** | ||
* DataTables integration for Bootstrap 3. This requires Bootstrap 3 and | ||
* DataTables 1.10 or newer. | ||
* | ||
* This file sets the defaults and adds options to DataTables to style its | ||
* controls using Bootstrap. See http://datatables.net/manual/styling/bootstrap | ||
* for further information. | ||
*/ | ||
(function( factory ){ | ||
if ( typeof define === 'function' && define.amd ) { | ||
// AMD | ||
define( ['jquery', 'datatables.net'], function ( $ ) { | ||
return factory( $, window, document ); | ||
} ); | ||
} | ||
else if ( typeof exports === 'object' ) { | ||
// CommonJS | ||
module.exports = function (root, $) { | ||
if ( ! root ) { | ||
root = window; | ||
} | ||
|
||
if ( ! $ || ! $.fn.dataTable ) { | ||
// Require DataTables, which attaches to jQuery, including | ||
// jQuery if needed and have a $ property so we can access the | ||
// jQuery object that is used | ||
$ = require('datatables.net')(root, $).$; | ||
} | ||
|
||
return factory( $, root, root.document ); | ||
}; | ||
} | ||
else { | ||
// Browser | ||
factory( jQuery, window, document ); | ||
} | ||
}(function( $, window, document, undefined ) { | ||
'use strict'; | ||
var DataTable = $.fn.dataTable; | ||
|
||
|
||
/* Set the defaults for DataTables initialisation */ | ||
$.extend( true, DataTable.defaults, { | ||
dom: | ||
"<'row'<'col-sm-6'l><'col-sm-6'f>>" + | ||
"<'row'<'col-sm-12'tr>>" + | ||
"<'row'<'col-sm-5'i><'col-sm-7'p>>", | ||
renderer: 'bootstrap' | ||
} ); | ||
|
||
|
||
/* Default class modification */ | ||
$.extend( DataTable.ext.classes, { | ||
sWrapper: "dataTables_wrapper form-inline dt-bootstrap", | ||
sFilterInput: "form-control input-sm", | ||
sLengthSelect: "form-control input-sm", | ||
sProcessing: "dataTables_processing panel panel-default" | ||
} ); | ||
|
||
|
||
/* Bootstrap paging button renderer */ | ||
DataTable.ext.renderer.pageButton.bootstrap = function ( settings, host, idx, buttons, page, pages ) { | ||
var api = new DataTable.Api( settings ); | ||
var classes = settings.oClasses; | ||
var lang = settings.oLanguage.oPaginate; | ||
var aria = settings.oLanguage.oAria.paginate || {}; | ||
var btnDisplay, btnClass, counter=0; | ||
|
||
var attach = function( container, buttons ) { | ||
var i, ien, node, button; | ||
var clickHandler = function ( e ) { | ||
e.preventDefault(); | ||
if ( !$(e.currentTarget).hasClass('disabled') && api.page() != e.data.action ) { | ||
api.page( e.data.action ).draw( 'page' ); | ||
} | ||
}; | ||
|
||
for ( i=0, ien=buttons.length ; i<ien ; i++ ) { | ||
button = buttons[i]; | ||
|
||
if ( Array.isArray( button ) ) { | ||
attach( container, button ); | ||
} | ||
else { | ||
btnDisplay = ''; | ||
btnClass = ''; | ||
|
||
switch ( button ) { | ||
case 'ellipsis': | ||
btnDisplay = '…'; | ||
btnClass = 'disabled'; | ||
break; | ||
|
||
case 'first': | ||
btnDisplay = lang.sFirst; | ||
btnClass = button + (page > 0 ? | ||
'' : ' disabled'); | ||
break; | ||
|
||
case 'previous': | ||
btnDisplay = lang.sPrevious; | ||
btnClass = button + (page > 0 ? | ||
'' : ' disabled'); | ||
break; | ||
|
||
case 'next': | ||
btnDisplay = lang.sNext; | ||
btnClass = button + (page < pages-1 ? | ||
'' : ' disabled'); | ||
break; | ||
|
||
case 'last': | ||
btnDisplay = lang.sLast; | ||
btnClass = button + (page < pages-1 ? | ||
'' : ' disabled'); | ||
break; | ||
|
||
default: | ||
btnDisplay = button + 1; | ||
btnClass = page === button ? | ||
'active' : ''; | ||
break; | ||
} | ||
|
||
if ( btnDisplay ) { | ||
node = $('<li>', { | ||
'class': classes.sPageButton+' '+btnClass, | ||
'id': idx === 0 && typeof button === 'string' ? | ||
settings.sTableId +'_'+ button : | ||
null | ||
} ) | ||
.append( $('<a>', { | ||
'href': '#', | ||
'aria-controls': settings.sTableId, | ||
'aria-label': aria[ button ], | ||
'data-dt-idx': counter, | ||
'tabindex': settings.iTabIndex | ||
} ) | ||
.html( btnDisplay ) | ||
) | ||
.appendTo( container ); | ||
|
||
settings.oApi._fnBindAction( | ||
node, {action: button}, clickHandler | ||
); | ||
|
||
counter++; | ||
} | ||
} | ||
} | ||
}; | ||
|
||
// IE9 throws an 'unknown error' if document.activeElement is used | ||
// inside an iframe or frame. | ||
var activeEl; | ||
|
||
try { | ||
// Because this approach is destroying and recreating the paging | ||
// elements, focus is lost on the select button which is bad for | ||
// accessibility. So we want to restore focus once the draw has | ||
// completed | ||
activeEl = $(host).find(document.activeElement).data('dt-idx'); | ||
} | ||
catch (e) {} | ||
|
||
attach( | ||
$(host).empty().html('<ul class="pagination"/>').children('ul'), | ||
buttons | ||
); | ||
|
||
if ( activeEl !== undefined ) { | ||
$(host).find( '[data-dt-idx='+activeEl+']' ).trigger('focus'); | ||
} | ||
}; | ||
|
||
|
||
return DataTable; | ||
})); |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,184 @@ | ||
/*! DataTables Bootstrap 4 integration | ||
* ©2011-2017 SpryMedia Ltd - datatables.net/license | ||
*/ | ||
|
||
/** | ||
* DataTables integration for Bootstrap 4. This requires Bootstrap 4 and | ||
* DataTables 1.10 or newer. | ||
* | ||
* This file sets the defaults and adds options to DataTables to style its | ||
* controls using Bootstrap. See http://datatables.net/manual/styling/bootstrap | ||
* for further information. | ||
*/ | ||
(function( factory ){ | ||
if ( typeof define === 'function' && define.amd ) { | ||
// AMD | ||
define( ['jquery', 'datatables.net'], function ( $ ) { | ||
return factory( $, window, document ); | ||
} ); | ||
} | ||
else if ( typeof exports === 'object' ) { | ||
// CommonJS | ||
module.exports = function (root, $) { | ||
if ( ! root ) { | ||
root = window; | ||
} | ||
|
||
if ( ! $ || ! $.fn.dataTable ) { | ||
// Require DataTables, which attaches to jQuery, including | ||
// jQuery if needed and have a $ property so we can access the | ||
// jQuery object that is used | ||
$ = require('datatables.net')(root, $).$; | ||
} | ||
|
||
return factory( $, root, root.document ); | ||
}; | ||
} | ||
else { | ||
// Browser | ||
factory( jQuery, window, document ); | ||
} | ||
}(function( $, window, document, undefined ) { | ||
'use strict'; | ||
var DataTable = $.fn.dataTable; | ||
|
||
|
||
/* Set the defaults for DataTables initialisation */ | ||
$.extend( true, DataTable.defaults, { | ||
dom: | ||
"<'row'<'col-sm-12 col-md-6'l><'col-sm-12 col-md-6'f>>" + | ||
"<'row'<'col-sm-12'tr>>" + | ||
"<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>", | ||
renderer: 'bootstrap' | ||
} ); | ||
|
||
|
||
/* Default class modification */ | ||
$.extend( DataTable.ext.classes, { | ||
sWrapper: "dataTables_wrapper dt-bootstrap4", | ||
sFilterInput: "form-control form-control-sm", | ||
sLengthSelect: "custom-select custom-select-sm form-control form-control-sm", | ||
sProcessing: "dataTables_processing card", | ||
sPageButton: "paginate_button page-item" | ||
} ); | ||
|
||
|
||
/* Bootstrap paging button renderer */ | ||
DataTable.ext.renderer.pageButton.bootstrap = function ( settings, host, idx, buttons, page, pages ) { | ||
var api = new DataTable.Api( settings ); | ||
var classes = settings.oClasses; | ||
var lang = settings.oLanguage.oPaginate; | ||
var aria = settings.oLanguage.oAria.paginate || {}; | ||
var btnDisplay, btnClass, counter=0; | ||
|
||
var attach = function( container, buttons ) { | ||
var i, ien, node, button; | ||
var clickHandler = function ( e ) { | ||
e.preventDefault(); | ||
if ( !$(e.currentTarget).hasClass('disabled') && api.page() != e.data.action ) { | ||
api.page( e.data.action ).draw( 'page' ); | ||
} | ||
}; | ||
|
||
for ( i=0, ien=buttons.length ; i<ien ; i++ ) { | ||
button = buttons[i]; | ||
|
||
if ( Array.isArray( button ) ) { | ||
attach( container, button ); | ||
} | ||
else { | ||
btnDisplay = ''; | ||
btnClass = ''; | ||
|
||
switch ( button ) { | ||
case 'ellipsis': | ||
btnDisplay = '…'; | ||
btnClass = 'disabled'; | ||
break; | ||
|
||
case 'first': | ||
btnDisplay = lang.sFirst; | ||
btnClass = button + (page > 0 ? | ||
'' : ' disabled'); | ||
break; | ||
|
||
case 'previous': | ||
btnDisplay = lang.sPrevious; | ||
btnClass = button + (page > 0 ? | ||
'' : ' disabled'); | ||
break; | ||
|
||
case 'next': | ||
btnDisplay = lang.sNext; | ||
btnClass = button + (page < pages-1 ? | ||
'' : ' disabled'); | ||
break; | ||
|
||
case 'last': | ||
btnDisplay = lang.sLast; | ||
btnClass = button + (page < pages-1 ? | ||
'' : ' disabled'); | ||
break; | ||
|
||
default: | ||
btnDisplay = button + 1; | ||
btnClass = page === button ? | ||
'active' : ''; | ||
break; | ||
} | ||
|
||
if ( btnDisplay ) { | ||
node = $('<li>', { | ||
'class': classes.sPageButton+' '+btnClass, | ||
'id': idx === 0 && typeof button === 'string' ? | ||
settings.sTableId +'_'+ button : | ||
null | ||
} ) | ||
.append( $('<a>', { | ||
'href': '#', | ||
'aria-controls': settings.sTableId, | ||
'aria-label': aria[ button ], | ||
'data-dt-idx': counter, | ||
'tabindex': settings.iTabIndex, | ||
'class': 'page-link' | ||
} ) | ||
.html( btnDisplay ) | ||
) | ||
.appendTo( container ); | ||
|
||
settings.oApi._fnBindAction( | ||
node, {action: button}, clickHandler | ||
); | ||
|
||
counter++; | ||
} | ||
} | ||
} | ||
}; | ||
|
||
// IE9 throws an 'unknown error' if document.activeElement is used | ||
// inside an iframe or frame. | ||
var activeEl; | ||
|
||
try { | ||
// Because this approach is destroying and recreating the paging | ||
// elements, focus is lost on the select button which is bad for | ||
// accessibility. So we want to restore focus once the draw has | ||
// completed | ||
activeEl = $(host).find(document.activeElement).data('dt-idx'); | ||
} | ||
catch (e) {} | ||
|
||
attach( | ||
$(host).empty().html('<ul class="pagination"/>').children('ul'), | ||
buttons | ||
); | ||
|
||
if ( activeEl !== undefined ) { | ||
$(host).find( '[data-dt-idx='+activeEl+']' ).trigger('focus'); | ||
} | ||
}; | ||
|
||
|
||
return DataTable; | ||
})); |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,174 @@ | ||
/*! DataTables Foundation integration | ||
* ©2011-2015 SpryMedia Ltd - datatables.net/license | ||
*/ | ||
|
||
/** | ||
* DataTables integration for Foundation. This requires Foundation 5 and | ||
* DataTables 1.10 or newer. | ||
* | ||
* This file sets the defaults and adds options to DataTables to style its | ||
* controls using Foundation. See http://datatables.net/manual/styling/foundation | ||
* for further information. | ||
*/ | ||
(function( factory ){ | ||
if ( typeof define === 'function' && define.amd ) { | ||
// AMD | ||
define( ['jquery', 'datatables.net'], function ( $ ) { | ||
return factory( $, window, document ); | ||
} ); | ||
} | ||
else if ( typeof exports === 'object' ) { | ||
// CommonJS | ||
module.exports = function (root, $) { | ||
if ( ! root ) { | ||
root = window; | ||
} | ||
|
||
if ( ! $ || ! $.fn.dataTable ) { | ||
$ = require('datatables.net')(root, $).$; | ||
} | ||
|
||
return factory( $, root, root.document ); | ||
}; | ||
} | ||
else { | ||
// Browser | ||
factory( jQuery, window, document ); | ||
} | ||
}(function( $, window, document, undefined ) { | ||
'use strict'; | ||
var DataTable = $.fn.dataTable; | ||
|
||
// Detect Foundation 5 / 6 as they have different element and class requirements | ||
var meta = $('<meta class="foundation-mq"/>').appendTo('head'); | ||
DataTable.ext.foundationVersion = meta.css('font-family').match(/small|medium|large/) ? 6 : 5; | ||
meta.remove(); | ||
|
||
|
||
$.extend( DataTable.ext.classes, { | ||
sWrapper: "dataTables_wrapper dt-foundation", | ||
sProcessing: "dataTables_processing panel callout" | ||
} ); | ||
|
||
|
||
/* Set the defaults for DataTables initialisation */ | ||
$.extend( true, DataTable.defaults, { | ||
dom: | ||
"<'row grid-x'<'small-6 columns cell'l><'small-6 columns cell'f>r>"+ | ||
"t"+ | ||
"<'row grid-x'<'small-6 columns cell'i><'small-6 columns cell'p>>", | ||
renderer: 'foundation' | ||
} ); | ||
|
||
|
||
/* Page button renderer */ | ||
DataTable.ext.renderer.pageButton.foundation = function ( settings, host, idx, buttons, page, pages ) { | ||
var api = new DataTable.Api( settings ); | ||
var classes = settings.oClasses; | ||
var lang = settings.oLanguage.oPaginate; | ||
var aria = settings.oLanguage.oAria.paginate || {}; | ||
var btnDisplay, btnClass; | ||
var tag; | ||
var v5 = DataTable.ext.foundationVersion === 5; | ||
|
||
var attach = function( container, buttons ) { | ||
var i, ien, node, button; | ||
var clickHandler = function ( e ) { | ||
e.preventDefault(); | ||
if ( !$(e.currentTarget).hasClass('unavailable') && api.page() != e.data.action ) { | ||
api.page( e.data.action ).draw( 'page' ); | ||
} | ||
}; | ||
|
||
for ( i=0, ien=buttons.length ; i<ien ; i++ ) { | ||
button = buttons[i]; | ||
|
||
if ( Array.isArray( button ) ) { | ||
attach( container, button ); | ||
} | ||
else { | ||
btnDisplay = ''; | ||
btnClass = ''; | ||
tag = null; | ||
|
||
switch ( button ) { | ||
case 'ellipsis': | ||
btnDisplay = '…'; | ||
btnClass = 'unavailable disabled'; | ||
tag = null; | ||
break; | ||
|
||
case 'first': | ||
btnDisplay = lang.sFirst; | ||
btnClass = button + (page > 0 ? | ||
'' : ' unavailable disabled'); | ||
tag = page > 0 ? 'a' : null; | ||
break; | ||
|
||
case 'previous': | ||
btnDisplay = lang.sPrevious; | ||
btnClass = button + (page > 0 ? | ||
'' : ' unavailable disabled'); | ||
tag = page > 0 ? 'a' : null; | ||
break; | ||
|
||
case 'next': | ||
btnDisplay = lang.sNext; | ||
btnClass = button + (page < pages-1 ? | ||
'' : ' unavailable disabled'); | ||
tag = page < pages-1 ? 'a' : null; | ||
break; | ||
|
||
case 'last': | ||
btnDisplay = lang.sLast; | ||
btnClass = button + (page < pages-1 ? | ||
'' : ' unavailable disabled'); | ||
tag = page < pages-1 ? 'a' : null; | ||
break; | ||
|
||
default: | ||
btnDisplay = button + 1; | ||
btnClass = page === button ? | ||
'current' : ''; | ||
tag = page === button ? | ||
null : 'a'; | ||
break; | ||
} | ||
|
||
if ( v5 ) { | ||
tag = 'a'; | ||
} | ||
|
||
if ( btnDisplay ) { | ||
node = $('<li>', { | ||
'class': classes.sPageButton+' '+btnClass, | ||
'aria-controls': settings.sTableId, | ||
'aria-label': aria[ button ], | ||
'tabindex': settings.iTabIndex, | ||
'id': idx === 0 && typeof button === 'string' ? | ||
settings.sTableId +'_'+ button : | ||
null | ||
} ) | ||
.append( tag ? | ||
$('<'+tag+'/>', {'href': '#'} ).html( btnDisplay ) : | ||
btnDisplay | ||
) | ||
.appendTo( container ); | ||
|
||
settings.oApi._fnBindAction( | ||
node, {action: button}, clickHandler | ||
); | ||
} | ||
} | ||
} | ||
}; | ||
|
||
attach( | ||
$(host).empty().html('<ul class="pagination"/>').children('ul'), | ||
buttons | ||
); | ||
}; | ||
|
||
|
||
return DataTable; | ||
})); |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,164 @@ | ||
/*! DataTables jQuery UI integration | ||
* ©2011-2014 SpryMedia Ltd - datatables.net/license | ||
*/ | ||
|
||
/** | ||
* DataTables integration for jQuery UI. This requires jQuery UI and | ||
* DataTables 1.10 or newer. | ||
* | ||
* This file sets the defaults and adds options to DataTables to style its | ||
* controls using jQuery UI. See http://datatables.net/manual/styling/jqueryui | ||
* for further information. | ||
*/ | ||
(function( factory ){ | ||
if ( typeof define === 'function' && define.amd ) { | ||
// AMD | ||
define( ['jquery', 'datatables.net'], function ( $ ) { | ||
return factory( $, window, document ); | ||
} ); | ||
} | ||
else if ( typeof exports === 'object' ) { | ||
// CommonJS | ||
module.exports = function (root, $) { | ||
if ( ! root ) { | ||
root = window; | ||
} | ||
|
||
if ( ! $ || ! $.fn.dataTable ) { | ||
$ = require('datatables.net')(root, $).$; | ||
} | ||
|
||
return factory( $, root, root.document ); | ||
}; | ||
} | ||
else { | ||
// Browser | ||
factory( jQuery, window, document ); | ||
} | ||
}(function( $, window, document, undefined ) { | ||
'use strict'; | ||
var DataTable = $.fn.dataTable; | ||
|
||
|
||
var sort_prefix = 'css_right ui-icon ui-icon-'; | ||
var toolbar_prefix = 'fg-toolbar ui-toolbar ui-widget-header ui-helper-clearfix ui-corner-'; | ||
|
||
/* Set the defaults for DataTables initialisation */ | ||
$.extend( true, DataTable.defaults, { | ||
dom: | ||
'<"'+toolbar_prefix+'tl ui-corner-tr"lfr>'+ | ||
't'+ | ||
'<"'+toolbar_prefix+'bl ui-corner-br"ip>', | ||
renderer: 'jqueryui' | ||
} ); | ||
|
||
|
||
$.extend( DataTable.ext.classes, { | ||
"sWrapper": "dataTables_wrapper dt-jqueryui", | ||
|
||
/* Full numbers paging buttons */ | ||
"sPageButton": "fg-button ui-button ui-state-default", | ||
"sPageButtonActive": "ui-state-disabled", | ||
"sPageButtonDisabled": "ui-state-disabled", | ||
|
||
/* Features */ | ||
"sPaging": "dataTables_paginate fg-buttonset ui-buttonset fg-buttonset-multi "+ | ||
"ui-buttonset-multi paging_", /* Note that the type is postfixed */ | ||
|
||
/* Sorting */ | ||
"sSortAsc": "ui-state-default sorting_asc", | ||
"sSortDesc": "ui-state-default sorting_desc", | ||
"sSortable": "ui-state-default sorting", | ||
"sSortableAsc": "ui-state-default sorting_asc_disabled", | ||
"sSortableDesc": "ui-state-default sorting_desc_disabled", | ||
"sSortableNone": "ui-state-default sorting_disabled", | ||
"sSortIcon": "DataTables_sort_icon", | ||
|
||
/* Scrolling */ | ||
"sScrollHead": "dataTables_scrollHead "+"ui-state-default", | ||
"sScrollFoot": "dataTables_scrollFoot "+"ui-state-default", | ||
|
||
/* Misc */ | ||
"sHeaderTH": "ui-state-default", | ||
"sFooterTH": "ui-state-default" | ||
} ); | ||
|
||
|
||
DataTable.ext.renderer.header.jqueryui = function ( settings, cell, column, classes ) { | ||
// Calculate what the unsorted class should be | ||
var noSortAppliedClass = sort_prefix+'caret-2-n-s'; | ||
var asc = $.inArray('asc', column.asSorting) !== -1; | ||
var desc = $.inArray('desc', column.asSorting) !== -1; | ||
|
||
if ( !column.bSortable || (!asc && !desc) ) { | ||
noSortAppliedClass = ''; | ||
} | ||
else if ( asc && !desc ) { | ||
noSortAppliedClass = sort_prefix+'caret-1-n'; | ||
} | ||
else if ( !asc && desc ) { | ||
noSortAppliedClass = sort_prefix+'caret-1-s'; | ||
} | ||
|
||
// Setup the DOM structure | ||
$('<div/>') | ||
.addClass( 'DataTables_sort_wrapper' ) | ||
.append( cell.contents() ) | ||
.append( $('<span/>') | ||
.addClass( classes.sSortIcon+' '+noSortAppliedClass ) | ||
) | ||
.appendTo( cell ); | ||
|
||
// Attach a sort listener to update on sort | ||
$(settings.nTable).on( 'order.dt', function ( e, ctx, sorting, columns ) { | ||
if ( settings !== ctx ) { | ||
return; | ||
} | ||
|
||
var colIdx = column.idx; | ||
|
||
cell | ||
.removeClass( classes.sSortAsc +" "+classes.sSortDesc ) | ||
.addClass( columns[ colIdx ] == 'asc' ? | ||
classes.sSortAsc : columns[ colIdx ] == 'desc' ? | ||
classes.sSortDesc : | ||
column.sSortingClass | ||
); | ||
|
||
cell | ||
.find( 'span.'+classes.sSortIcon ) | ||
.removeClass( | ||
sort_prefix+'triangle-1-n' +" "+ | ||
sort_prefix+'triangle-1-s' +" "+ | ||
sort_prefix+'caret-2-n-s' +" "+ | ||
sort_prefix+'caret-1-n' +" "+ | ||
sort_prefix+'caret-1-s' | ||
) | ||
.addClass( columns[ colIdx ] == 'asc' ? | ||
sort_prefix+'triangle-1-n' : columns[ colIdx ] == 'desc' ? | ||
sort_prefix+'triangle-1-s' : | ||
noSortAppliedClass | ||
); | ||
} ); | ||
}; | ||
|
||
|
||
/* | ||
* TableTools jQuery UI compatibility | ||
* Required TableTools 2.1+ | ||
*/ | ||
if ( DataTable.TableTools ) { | ||
$.extend( true, DataTable.TableTools.classes, { | ||
"container": "DTTT_container ui-buttonset ui-buttonset-multi", | ||
"buttons": { | ||
"normal": "DTTT_button ui-button ui-state-default" | ||
}, | ||
"collection": { | ||
"container": "DTTT_collection ui-buttonset ui-buttonset-multi" | ||
} | ||
} ); | ||
} | ||
|
||
|
||
return DataTable; | ||
})); |