mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(docs): add missing datatable sortable prop
Co-authored-by: Eric Liu <ericyl.us@gmail.com>
This commit is contained in:
parent
bdc41f1144
commit
f5adf8022d
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ The slot name for the table header cells is `"cell-header"`.
|
|||
|
||||
### With custom display and sort methods
|
||||
|
||||
<DataTable title="Load balancers" description="Your organization's active load balancers."
|
||||
<DataTable sortable title="Load balancers" description="Your organization's active load balancers."
|
||||
headers="{[
|
||||
{ key: "name", value: "Name" },
|
||||
{ key: "protocol", value: "Protocol" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue