Skip to content

Commit

Permalink
fix(platform): table showing info bar with selected filters
Browse files Browse the repository at this point in the history
closes [#11783](#11783)

## Description
Added fcCompact to table toolbar fliter close button.
  • Loading branch information
khotcholava committed Oct 25, 2024
1 parent 4d7965d commit 442c954
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
</label>
<fd-toolbar-spacer></fd-toolbar-spacer>
<button
fdCompact
(click)="_closeFilterToolbar()"
fd-button
fdType="transparent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import { AsyncPipe, NgTemplateOutlet } from '@angular/common';
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
import { Nullable } from '@fundamental-ngx/cdk/utils';
import { ButtonComponent } from '@fundamental-ngx/core/button';
import { ContentDensityDirective } from '@fundamental-ngx/core/content-density';
import { HeadingLevel } from '@fundamental-ngx/core/shared';
import {
ToolbarComponent,
Expand Down Expand Up @@ -98,7 +99,8 @@ export class TableToolbarTemplateDirective {
AsyncPipe,
FdTranslatePipe,
TableToolbarTemplateDirective,
ToolbarLabelDirective
ToolbarLabelDirective,
ContentDensityDirective
]
})
export class TableToolbarComponent implements TableToolbarInterface {
Expand Down

0 comments on commit 442c954

Please sign in to comment.