-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1038 started to implement the checkbox column in a datatable
- Loading branch information
1 parent
7c65962
commit 45384e1
Showing
10 changed files
with
119 additions
and
12 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
gradleResources/staticResources/css/ext/dataTables.checkboxes.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
table.dataTable.dt-checkboxes-select tbody tr, | ||
table.dataTable thead th.dt-checkboxes-select-all, | ||
table.dataTable tbody td.dt-checkboxes-cell { | ||
cursor: pointer; | ||
} | ||
|
||
table.dataTable thead th.dt-checkboxes-select-all, | ||
table.dataTable tbody td.dt-checkboxes-cell { | ||
text-align: center; | ||
} | ||
|
||
div.dataTables_wrapper span.select-info, | ||
div.dataTables_wrapper span.select-item { | ||
margin-left: 0.5em; | ||
} | ||
|
||
@media screen and (max-width: 640px) { | ||
div.dataTables_wrapper span.select-info, | ||
div.dataTables_wrapper span.select-item { | ||
margin-left: 0; | ||
display: block; | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
gradleResources/staticResources/js/dataTables.checkboxes.min.js
Large diffs are not rendered by default.
Oops, something went wrong.
23 changes: 23 additions & 0 deletions
23
mavenResources/META-INF/resources/bsf/css/dataTables.checkboxes.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
table.dataTable.dt-checkboxes-select tbody tr, | ||
table.dataTable thead th.dt-checkboxes-select-all, | ||
table.dataTable tbody td.dt-checkboxes-cell { | ||
cursor: pointer; | ||
} | ||
|
||
table.dataTable thead th.dt-checkboxes-select-all, | ||
table.dataTable tbody td.dt-checkboxes-cell { | ||
text-align: center; | ||
} | ||
|
||
div.dataTables_wrapper span.select-info, | ||
div.dataTables_wrapper span.select-item { | ||
margin-left: 0.5em; | ||
} | ||
|
||
@media screen and (max-width: 640px) { | ||
div.dataTables_wrapper span.select-info, | ||
div.dataTables_wrapper span.select-item { | ||
margin-left: 0; | ||
display: block; | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
mavenResources/META-INF/resources/bsf/js/dataTables.checkboxes.min.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters