As (e.g.) the configuration option documentation has dropdown menus
with pre-defined filters we need a placeholder for them in the
datatable.
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
Failed to load data.
</cd-error-panel>
<div class="dataTables_wrapper">
- <div class="dataTables_header clearfix"
+ <div class="dataTables_header clearfix form-inline"
*ngIf="toolHeader">
<!-- actions -->
<div class="oadatatableactions">
</div>
<!-- end actions -->
+ <!-- filters -->
+ <ng-content select=".table-filters"></ng-content>
+ <!-- end filters -->
+
<!-- search -->
<div class="input-group">
<span class="input-group-addon">
.oadatatableactions {
display: inline-block;
}
+ ::ng-deep .table-filters {
+ float: right;
+ border-left: 1px solid $color-table-seperator-border;
+ padding-left: 8px;
+ }
+ ::ng-deep .table-filters label {
+ margin-right: 4px;
+ }
.form-group {
padding-left: 8px;
}
float: right;
border-left: 1px solid $color-table-input-border;
padding-left: 8px;
+ padding-right: 8px;
width: 40%;
max-width: 250px;
.form-control {