Skip to content

Commit

Permalink
Table: Add ability to specify sticky columns (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshakmaz authored Apr 7, 2021
1 parent 78e6107 commit 0b7eb05
Show file tree
Hide file tree
Showing 17 changed files with 940 additions and 19 deletions.
7 changes: 6 additions & 1 deletion cypress/integration/accessibility_Table_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ describe('Table Accessibility check', () => {
it('Tests accessibility on the Table page', () => {
cy.configureAxe({
rules: [
// Disabled until converted to new docs
{
// Disabled to avoid confusion for sticky header example
id: 'color-contrast',
enabled: false,
},
{
// Disabled to avoid confusion for sticky header and column examples
id: 'scrollable-region-focusable',
enabled: false,
},
Expand Down
Loading

0 comments on commit 0b7eb05

Please sign in to comment.