Skip to content

Commit 6efdb6e

Browse files
committed
DataTables v1.10.12
1 parent 5a93b29 commit 6efdb6e

20 files changed

+5902
-5870
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.11",
5+
"version": "1.10.12",
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.11",
5+
"version": "1.10.12",
66
"homepage": "http://www.datatables.net/",
77
"licenses": [
88
{

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"url": "http://sprymedia.co.uk"
2929
},
3030
"require": {
31-
"robloach/component-installer": "*",
3231
"components/jquery": ">=1.7"
3332
},
3433
"extra": {

css/dataTables.bootstrap.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ table.dataTable {
33
margin-top: 6px !important;
44
margin-bottom: 6px !important;
55
max-width: none !important;
6+
border-collapse: separate !important;
67
}
78
table.dataTable td,
89
table.dataTable th {
@@ -155,9 +156,6 @@ table.dataTable.table-condensed .sorting_desc:after {
155156
right: 6px;
156157
}
157158

158-
table.table-bordered.dataTable {
159-
border-collapse: separate !important;
160-
}
161159
table.table-bordered.dataTable th,
162160
table.table-bordered.dataTable td {
163161
border-left-width: 0;

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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ table.dataTable {
33
margin-top: 6px !important;
44
margin-bottom: 6px !important;
55
max-width: none !important;
6+
border-collapse: separate !important;
67
}
78
table.dataTable td,
89
table.dataTable th {
910
-webkit-box-sizing: content-box;
10-
-moz-box-sizing: content-box;
1111
box-sizing: content-box;
1212
}
1313
table.dataTable td.dataTables_empty,
@@ -164,9 +164,6 @@ table.dataTable.table-condensed .sorting_desc:after {
164164
right: 6px;
165165
}
166166

167-
table.table-bordered.dataTable {
168-
border-collapse: separate !important;
169-
}
170167
table.table-bordered.dataTable th,
171168
table.table-bordered.dataTable td {
172169
border-left-width: 0;

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)