diff --git a/docs/src/pages/components/DataTable.svx b/docs/src/pages/components/DataTable.svx index 0e9dd6d9..9da963e0 100644 --- a/docs/src/pages/components/DataTable.svx +++ b/docs/src/pages/components/DataTable.svx @@ -22,6 +22,10 @@ components: ["DataTable", "Pagination","Toolbar", "ToolbarContent", "ToolbarSear ### Default +The key value in `headers` corresponds to the key value defined in `rows`. + +For example, the header key `"name"` will use the value of `rows[index].name`. +