From 2e06005fba4b830d15974483654d75924cffd556 Mon Sep 17 00:00:00 2001 From: Maksym Portianoi Date: Tue, 17 Sep 2024 11:54:23 -0400 Subject: [PATCH] docs(ktableview): toolbar default items note (#2402) --- docs/components/table-view.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/components/table-view.md b/docs/components/table-view.md index d44947b4f2..9bff827660 100644 --- a/docs/components/table-view.md +++ b/docs/components/table-view.md @@ -931,6 +931,11 @@ The toolbar is rendered directly above the table and is useful for providing tab ``` +:::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.