diff --git a/website/docs/components/table/advanced-table/partials/guidelines/guidelines.md b/website/docs/components/table/advanced-table/partials/guidelines/guidelines.md index 4b3b04dae6c..3c7c32523e7 100644 --- a/website/docs/components/table/advanced-table/partials/guidelines/guidelines.md +++ b/website/docs/components/table/advanced-table/partials/guidelines/guidelines.md @@ -25,7 +25,9 @@ Sorting is not supported for nested rows at this time. !!! -While multiple columns may offer sorting, only one column can be sorted at a time. Sorting is not relevant for all content and should be applied thoughtfully. +- While multiple columns may offer sorting, only one column can be sorted at a time. +- In addition to standard sorting methods (like alphabetical or chronological), domain-specific sorting, such as by status severity, can also be useful. +- Sorting is not relevant for all content and should be applied thoughtfully. ![A group of 4 Advanced Table header cells, with each variant of sort button: no sort button, the default unsorted, sorted ascending, and sorted descending.](/assets/components/table/advanced-table/table-sorting.png) diff --git a/website/docs/components/table/table/partials/guidelines/guidelines.md b/website/docs/components/table/table/partials/guidelines/guidelines.md index 24afbffc872..4e574d28dd0 100644 --- a/website/docs/components/table/table/partials/guidelines/guidelines.md +++ b/website/docs/components/table/table/partials/guidelines/guidelines.md @@ -14,7 +14,9 @@ ### Sorting -While multiple columns may offer sorting, only one column can be sorted at a time. Sorting is not relevant for all content and should be applied thoughtfully. +- While multiple columns may offer sorting, only one column can be sorted at a time. +- In addition to standard sorting methods (like alphabetical or chronological), domain-specific sorting, such as by status severity, can also be useful. +- Sorting is not relevant for all content and should be applied thoughtfully. ![](/assets/components/table/table-sorting.png)