From 738016529820b539011c5a40f677ebe6afe52f25 Mon Sep 17 00:00:00 2001 From: Eric Y Liu Date: Fri, 2 Apr 2021 12:01:21 -0700 Subject: [PATCH] docs(data-table): update example to desort the Protocol header As an example, it makes more sense because all the values ("http") are the same. --- docs/src/pages/components/DataTable.svx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/pages/components/DataTable.svx b/docs/src/pages/components/DataTable.svx index ba6a9abd..7b173627 100644 --- a/docs/src/pages/components/DataTable.svx +++ b/docs/src/pages/components/DataTable.svx @@ -552,16 +552,16 @@ The slot name for the table header cells is `"cell-header"`. Set `sortable` to `true` to enable table column sorting. -To disable sorting on a specific column, set `sort` to `false` in the header object passed to `headers`. +To disable sorting on a specific column, set `sort` to `false` in the header object passed to the `headers` prop. -In the example below, the "Rule" column is not sortable. +In the example below, the "Protocol" column is not sortable.