Skip to content

Commit 703bad7

Browse files
committed
DataTables v1.10.14
1 parent eb09797 commit 703bad7

19 files changed

+166
-126
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "drmonty-datatables",
33
"description": "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.",
44
"homepage": "http://datatables.net",
5-
"version": "1.10.13",
5+
"version": "1.10.14",
66
"keywords": [
77
"select",
88
"multiselect",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "drmonty-datatables",
33
"repo": "drmonty/datatables",
44
"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.",
5-
"version": "1.10.13",
5+
"version": "1.10.14",
66
"homepage": "http://www.datatables.net/",
77
"licenses": [
88
{

css/dataTables.bootstrap.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,22 +117,22 @@ div.dataTables_scrollHead table.dataTable {
117117
margin-bottom: 0 !important;
118118
}
119119

120-
div.dataTables_scrollBody table {
120+
div.dataTables_scrollBody > table {
121121
border-top: none;
122122
margin-top: 0 !important;
123123
margin-bottom: 0 !important;
124124
}
125-
div.dataTables_scrollBody table thead .sorting:after,
126-
div.dataTables_scrollBody table thead .sorting_asc:after,
127-
div.dataTables_scrollBody table thead .sorting_desc:after {
125+
div.dataTables_scrollBody > table > thead .sorting:after,
126+
div.dataTables_scrollBody > table > thead .sorting_asc:after,
127+
div.dataTables_scrollBody > table > thead .sorting_desc:after {
128128
display: none;
129129
}
130-
div.dataTables_scrollBody table tbody tr:first-child th,
131-
div.dataTables_scrollBody table tbody tr:first-child td {
130+
div.dataTables_scrollBody > table > tbody > tr:first-child > th,
131+
div.dataTables_scrollBody > table > tbody > tr:first-child > td {
132132
border-top: none;
133133
}
134134

135-
div.dataTables_scrollFoot table {
135+
div.dataTables_scrollFoot > table {
136136
margin-top: 0 !important;
137137
border-top: none;
138138
}

css/dataTables.bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/dataTables.bootstrap4.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ div.dataTables_wrapper div.dataTables_paginate {
5353
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
5454
margin: 2px 0;
5555
white-space: nowrap;
56+
justify-content: flex-end;
5657
}
5758
div.dataTables_wrapper div.dataTables_processing {
5859
position: absolute;

css/dataTables.bootstrap4.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)