datatables.net-bs4 1.10.16 → 1.10.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,6 +4,7 @@ table.dataTable {
|
|
|
4
4
|
margin-bottom: 6px !important;
|
|
5
5
|
max-width: none !important;
|
|
6
6
|
border-collapse: separate !important;
|
|
7
|
+
border-spacing: 0;
|
|
7
8
|
}
|
|
8
9
|
table.dataTable td,
|
|
9
10
|
table.dataTable th {
|
|
@@ -25,7 +26,7 @@ div.dataTables_wrapper div.dataTables_length label {
|
|
|
25
26
|
white-space: nowrap;
|
|
26
27
|
}
|
|
27
28
|
div.dataTables_wrapper div.dataTables_length select {
|
|
28
|
-
width:
|
|
29
|
+
width: auto;
|
|
29
30
|
display: inline-block;
|
|
30
31
|
}
|
|
31
32
|
div.dataTables_wrapper div.dataTables_filter {
|
|
@@ -132,6 +133,9 @@ div.dataTables_scrollBody table {
|
|
|
132
133
|
margin-top: 0 !important;
|
|
133
134
|
margin-bottom: 0 !important;
|
|
134
135
|
}
|
|
136
|
+
div.dataTables_scrollBody table thead .sorting:before,
|
|
137
|
+
div.dataTables_scrollBody table thead .sorting_asc:before,
|
|
138
|
+
div.dataTables_scrollBody table thead .sorting_desc:before,
|
|
135
139
|
div.dataTables_scrollBody table thead .sorting:after,
|
|
136
140
|
div.dataTables_scrollBody table thead .sorting_asc:after,
|
|
137
141
|
div.dataTables_scrollBody table thead .sorting_desc:after {
|
|
@@ -157,8 +161,11 @@ div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
|
|
|
157
161
|
div.dataTables_wrapper div.dataTables_paginate {
|
|
158
162
|
text-align: center;
|
|
159
163
|
}
|
|
164
|
+
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
|
|
165
|
+
justify-content: center !important;
|
|
166
|
+
}
|
|
160
167
|
}
|
|
161
|
-
table.dataTable.table-sm > thead > tr > th {
|
|
168
|
+
table.dataTable.table-sm > thead > tr > th :not(.sorting_disabled) {
|
|
162
169
|
padding-right: 20px;
|
|
163
170
|
}
|
|
164
171
|
table.dataTable.table-sm .sorting:before,
|
|
@@ -173,6 +180,9 @@ table.dataTable.table-sm .sorting_desc:after {
|
|
|
173
180
|
top: 5px;
|
|
174
181
|
}
|
|
175
182
|
|
|
183
|
+
table.table-bordered.dataTable {
|
|
184
|
+
border-right-width: 0;
|
|
185
|
+
}
|
|
176
186
|
table.table-bordered.dataTable th,
|
|
177
187
|
table.table-bordered.dataTable td {
|
|
178
188
|
border-left-width: 0;
|
|
@@ -180,7 +190,7 @@ table.table-bordered.dataTable td {
|
|
|
180
190
|
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
|
|
181
191
|
table.table-bordered.dataTable td:last-child,
|
|
182
192
|
table.table-bordered.dataTable td:last-child {
|
|
183
|
-
border-right-width:
|
|
193
|
+
border-right-width: 1px;
|
|
184
194
|
}
|
|
185
195
|
table.table-bordered.dataTable tbody th,
|
|
186
196
|
table.table-bordered.dataTable tbody td {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
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;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;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.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: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:"\2191"}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:"\2193"}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}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/*! DataTables Bootstrap
|
|
2
|
-
* ©2011-
|
|
1
|
+
/*! DataTables Bootstrap 4 integration
|
|
2
|
+
* ©2011-2017 SpryMedia Ltd - datatables.net/license
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
|
-
* DataTables integration for Bootstrap
|
|
6
|
+
* DataTables integration for Bootstrap 4. This requires Bootstrap 4 and
|
|
7
7
|
* DataTables 1.10 or newer.
|
|
8
8
|
*
|
|
9
9
|
* This file sets the defaults and adds options to DataTables to style its
|
|
@@ -55,9 +55,9 @@ $.extend( true, DataTable.defaults, {
|
|
|
55
55
|
|
|
56
56
|
/* Default class modification */
|
|
57
57
|
$.extend( DataTable.ext.classes, {
|
|
58
|
-
sWrapper: "dataTables_wrapper
|
|
58
|
+
sWrapper: "dataTables_wrapper dt-bootstrap4",
|
|
59
59
|
sFilterInput: "form-control form-control-sm",
|
|
60
|
-
sLengthSelect: "form-control form-control-sm",
|
|
60
|
+
sLengthSelect: "custom-select custom-select-sm form-control form-control-sm",
|
|
61
61
|
sProcessing: "dataTables_processing card",
|
|
62
62
|
sPageButton: "paginate_button page-item"
|
|
63
63
|
} );
|
|
@@ -175,7 +175,7 @@ DataTable.ext.renderer.pageButton.bootstrap = function ( settings, host, idx, bu
|
|
|
175
175
|
);
|
|
176
176
|
|
|
177
177
|
if ( activeEl !== undefined ) {
|
|
178
|
-
$(host).find( '[data-dt-idx='+activeEl+']' ).focus
|
|
178
|
+
$(host).find( '[data-dt-idx='+activeEl+']' ).trigger('focus');
|
|
179
179
|
}
|
|
180
180
|
};
|
|
181
181
|
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
DataTables Bootstrap 4 integration
|
|
3
|
+
©2011-2017 SpryMedia Ltd - datatables.net/license
|
|
4
|
+
*/
|
|
5
|
+
(function(b){"function"===typeof define&&define.amd?define(["jquery","datatables.net"],function(a){return b(a,window,document)}):"object"===typeof exports?module.exports=function(a,d){a||(a=window);if(!d||!d.fn.dataTable)d=require("datatables.net")(a,d).$;return b(d,a,a.document)}:b(jQuery,window,document)})(function(b,a,d,m){var f=b.fn.dataTable;b.extend(!0,f.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>>",
|
|
6
|
+
renderer:"bootstrap"});b.extend(f.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"});f.ext.renderer.pageButton.bootstrap=function(a,h,r,s,j,n){var o=new f.Api(a),t=a.oClasses,k=a.oLanguage.oPaginate,u=a.oLanguage.oAria.paginate||{},e,g,p=0,q=function(d,f){var l,h,i,c,m=function(a){a.preventDefault();
|
|
7
|
+
!b(a.currentTarget).hasClass("disabled")&&o.page()!=a.data.action&&o.page(a.data.action).draw("page")};l=0;for(h=f.length;l<h;l++)if(c=f[l],b.isArray(c))q(d,c);else{g=e="";switch(c){case "ellipsis":e="…";g="disabled";break;case "first":e=k.sFirst;g=c+(0<j?"":" disabled");break;case "previous":e=k.sPrevious;g=c+(0<j?"":" disabled");break;case "next":e=k.sNext;g=c+(j<n-1?"":" disabled");break;case "last":e=k.sLast;g=c+(j<n-1?"":" disabled");break;default:e=c+1,g=j===c?"active":""}e&&(i=b("<li>",
|
|
8
|
+
{"class":t.sPageButton+" "+g,id:0===r&&"string"===typeof c?a.sTableId+"_"+c:null}).append(b("<a>",{href:"#","aria-controls":a.sTableId,"aria-label":u[c],"data-dt-idx":p,tabindex:a.iTabIndex,"class":"page-link"}).html(e)).appendTo(d),a.oApi._fnBindAction(i,{action:c},m),p++)}},i;try{i=b(h).find(d.activeElement).data("dt-idx")}catch(v){}q(b(h).empty().html('<ul class="pagination"/>').children("ul"),s);i!==m&&b(h).find("[data-dt-idx="+i+"]").trigger("focus")};return f});
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "datatables.net-bs4",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.21",
|
|
4
4
|
"description": "DataTables for jQuery with styling for [Bootstrap 4](http://getbootstrap.com/)",
|
|
5
5
|
"files": [
|
|
6
|
-
"
|
|
7
|
-
"
|
|
6
|
+
"css/**/*.css",
|
|
7
|
+
"js/**/*.js"
|
|
8
8
|
],
|
|
9
9
|
"main": "./js/dataTables.bootstrap4.js",
|
|
10
|
+
"style": "./css/dataTables.bootstrap4.css",
|
|
10
11
|
"keywords": [
|
|
11
12
|
"filter",
|
|
12
13
|
"sort",
|
|
@@ -24,6 +25,6 @@
|
|
|
24
25
|
},
|
|
25
26
|
"dependencies": {
|
|
26
27
|
"jquery": ">=1.7",
|
|
27
|
-
"datatables.net": "1.10.
|
|
28
|
+
"datatables.net": "1.10.21"
|
|
28
29
|
}
|
|
29
30
|
}
|