Skip to content

Commit c794fc7

Browse files
committed
DataTables v1.10.16
1 parent 83b2597 commit c794fc7

15 files changed

+208
-310
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.15",
5+
"version": "1.10.16",
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.15",
5+
"version": "1.10.16",
66
"homepage": "http://www.datatables.net/",
77
"licenses": [
88
{

css/dataTables.bootstrap.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,10 @@ div.dataTables_scrollBody > table > tbody > tr:first-child > td {
132132
border-top: none;
133133
}
134134

135-
div.dataTables_scrollFoot > table {
135+
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
136+
box-sizing: content-box;
137+
}
138+
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
136139
margin-top: 0 !important;
137140
border-top: none;
138141
}

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: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,10 @@ div.dataTables_scrollBody table tbody tr:first-child td {
142142
border-top: none;
143143
}
144144

145-
div.dataTables_scrollFoot table {
145+
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
146+
box-sizing: content-box;
147+
}
148+
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
146149
margin-top: 0 !important;
147150
border-top: none;
148151
}
@@ -155,14 +158,19 @@ div.dataTables_scrollFoot table {
155158
text-align: center;
156159
}
157160
}
158-
table.dataTable.table-condensed > thead > tr > th {
161+
table.dataTable.table-sm > thead > tr > th {
159162
padding-right: 20px;
160163
}
161-
table.dataTable.table-condensed .sorting:after,
162-
table.dataTable.table-condensed .sorting_asc:after,
163-
table.dataTable.table-condensed .sorting_desc:after {
164-
top: 6px;
165-
right: 6px;
164+
table.dataTable.table-sm .sorting:before,
165+
table.dataTable.table-sm .sorting_asc:before,
166+
table.dataTable.table-sm .sorting_desc:before {
167+
top: 5px;
168+
right: 0.85em;
169+
}
170+
table.dataTable.table-sm .sorting:after,
171+
table.dataTable.table-sm .sorting_asc:after,
172+
table.dataTable.table-sm .sorting_desc:after {
173+
top: 5px;
166174
}
167175

168176
table.table-bordered.dataTable th,

0 commit comments

Comments
 (0)