fix(docs): add missing datatable sortable prop

Co-authored-by: Eric Liu <ericyl.us@gmail.com>
This commit is contained in:
Albert Mañosa 2020-10-24 23:57:01 +02:00 committed by GitHub
commit f5adf8022d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,7 +194,7 @@ The slot name for the table header cells is `"cell-header"`.
### With custom display and sort methods ### 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="{[ headers="{[
{ key: "name", value: "Name" }, { key: "name", value: "Name" },
{ key: "protocol", value: "Protocol" }, { key: "protocol", value: "Protocol" },