diff --git a/showcase/src/app/demo-ui/components/table-with-fixed-actions/table-with-fixed-actions.component.html b/showcase/src/app/demo-ui/components/table-with-fixed-actions/table-with-fixed-actions.component.html index c9b4140da9..05aeb05c53 100644 --- a/showcase/src/app/demo-ui/components/table-with-fixed-actions/table-with-fixed-actions.component.html +++ b/showcase/src/app/demo-ui/components/table-with-fixed-actions/table-with-fixed-actions.component.html @@ -3,7 +3,7 @@ [columnProperties]="columns" [filter]="filter" [paginationConfig]="pagination" - [tableRowsActionBarConfig]="tableRowActions" + [tableRowActions]="tableRowActions" customTableActionsType="alt" >

SHOWCASE.DEMO.TABLE.WITH_FIXED_ACTIONS