Skip to content

Commit

Permalink
docs(ktableview): toolbar default items note
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Sep 17, 2024
1 parent 65890a2 commit dece66e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/components/table-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,11 @@ The toolbar is rendered directly above the table and is useful for providing tab
</KTableView>
```

:::tip NOTE
If `toolbar` slot is not empty, the column visibility and/or bulk actions (whichever is enabled) dropdowns in the toolbar will be **disabled** when not actionable.
If it is empty, the column visibility and/or bulk actions dropdowns will be **hidden** when not actionable.
:::

### empty-state

Slot content to be displayed when empty.
Expand Down

0 comments on commit dece66e

Please sign in to comment.