diff --git a/docs/components/table.md b/docs/components/table.md index 54962a0f68..4c02ef8f9d 100644 --- a/docs/components/table.md +++ b/docs/components/table.md @@ -43,6 +43,16 @@ See [the State section](#error) about `hasError` See [the State section](#loading) about `isLoading` +### resizeColumns + +Allow table column width to be resizable. Adjusting a column's width will trigger an `@update:table-preferences` event. + + + +```html + +``` + ### disablePaginationPageJump Set this to `true` to limit pagination navigation to `previous` / `next` page only. @@ -749,7 +759,7 @@ Using a `KPop` inside of a clickable row requires some special handling. Non-cli