diff --git a/docs/src/pages/framed/DataTable/DataTableAppendColumns.svelte b/docs/src/pages/framed/DataTable/DataTableAppendColumns.svelte index dffa197f..d20ecc30 100644 --- a/docs/src/pages/framed/DataTable/DataTableAppendColumns.svelte +++ b/docs/src/pages/framed/DataTable/DataTableAppendColumns.svelte @@ -9,7 +9,7 @@ { key: "name", value: "Name" }, { key: "port", value: "Port" }, { key: "rule", value: "Rule" }, - { key: "overflow", empty: true }, + { key: "overflow", empty: true, columnMenu: true }, ]; const rows = [ @@ -25,7 +25,7 @@ {#if cell.key === "overflow"} - + @@ -54,6 +55,7 @@ class:bx--data-table--zebra="{zebra}" class:bx--data-table--static="{useStaticWidth}" class:bx--data-table--sticky-header="{stickyHeader}" + class:bx--data-table--visible-overflow-menu="{true}" {...$$restProps} style="{tableStyle}" >