diff --git a/docs/src/pages/components/DataTable.svx b/docs/src/pages/components/DataTable.svx index c991bde0..c823dae6 100644 --- a/docs/src/pages/components/DataTable.svx +++ b/docs/src/pages/components/DataTable.svx @@ -73,63 +73,6 @@ components: ["DataTable", "Toolbar", "ToolbarContent", "ToolbarSearch", "Toolbar ]}" /> -### Static width - -Set `useStaticWidth` to `true` to render the table with a width of "auto" instead of "100%". - - - ### Slotted cells Use the `"cell"` slot to control the display value per table cell. Individual row and cell data are provided through the `let:row` and `let:cell` directives. @@ -321,6 +264,64 @@ The `title` and `description` props are slottable. +### Static width + +Set `useStaticWidth` to `true` to render the table with a width of "auto" instead of "100%". + + + ### With toolbar