Skip to content

Commit

Permalink
DataTables v1.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mrohnstock committed May 23, 2016
1 parent 5a93b29 commit 6efdb6e
Show file tree
Hide file tree
Showing 20 changed files with 5,902 additions and 5,870 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "drmonty-datatables",
"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.",
"homepage": "http://datatables.net",
"version": "1.10.11",
"version": "1.10.12",
"keywords": [
"select",
"multiselect",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "drmonty-datatables",
"repo": "drmonty/datatables",
"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.",
"version": "1.10.11",
"version": "1.10.12",
"homepage": "http://www.datatables.net/",
"licenses": [
{
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"url": "http://sprymedia.co.uk"
},
"require": {
"robloach/component-installer": "*",
"components/jquery": ">=1.7"
},
"extra": {
Expand Down
4 changes: 1 addition & 3 deletions css/dataTables.bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ table.dataTable {
margin-top: 6px !important;
margin-bottom: 6px !important;
max-width: none !important;
border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
Expand Down Expand Up @@ -155,9 +156,6 @@ table.dataTable.table-condensed .sorting_desc:after {
right: 6px;
}

table.table-bordered.dataTable {
border-collapse: separate !important;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
border-left-width: 0;
Expand Down
2 changes: 1 addition & 1 deletion css/dataTables.bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions css/dataTables.bootstrap4.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ table.dataTable {
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;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
Expand Down Expand Up @@ -164,9 +164,6 @@ table.dataTable.table-condensed .sorting_desc:after {
right: 6px;
}

table.table-bordered.dataTable {
border-collapse: separate !important;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
border-left-width: 0;
Expand Down
2 changes: 1 addition & 1 deletion css/dataTables.bootstrap4.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6efdb6e

Please sign in to comment.