Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
adding notice about sort order announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
JessieRandle committed Apr 17, 2024
1 parent 249ab1c commit e12095a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import { Notice } from "@cerner/terra-docs";
import WorklistDataGridColumnStates from './WorklistDataGridColumnStates?dev-site-example';

# Column States and Selection
<Notice variant="important" ariaLevel="2">
Please note that JAWS will not announce a change in sort order when using the Edge or Chrome browsers.
</Notice>

### Description
This example demonstrates a [Worklist Data Grid](/components/cerner-terra-framework-docs/data-grid/worklist-data-grid/about) that supports column states and selection.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import { Notice } from "@cerner/terra-docs";
import { Badge } from "terra-table/package.json?dev-site-package";
import SortableTable from "./SortableTable?dev-site-example";

# Sortable Table
<Notice variant="important" ariaLevel="2">
Please note that JAWS will not announce a change in sort order when using the Edge or Chrome browsers.
</Notice>

### Description

Expand Down

0 comments on commit e12095a

Please sign in to comment.