From: Stephanie Leary Date: Thu, 16 Mar 2023 21:02:53 +0000 (+0000) Subject: explicit ARIA roles to support responsive tables X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4095e3ff59f03666685628aac79a5a45a53335e1;p=working%2FEvergreen.git explicit ARIA roles to support responsive tables Signed-off-by: Stephanie Leary --- diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid-body.component.html b/Open-ILS/src/eg2/src/app/share/grid/grid-body.component.html index 3148424aeb..fa06fa9d3e 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid-body.component.html +++ b/Open-ILS/src/eg2/src/app/share/grid/grid-body.component.html @@ -4,12 +4,12 @@ tabindex=1 so the grid body can capture keyboard events. --> - - +
- +
{{context.pager.rowNumber(idx)}}
- + @@ -45,7 +45,7 @@ -
- + - + - + # notifications {{col.headerLabel}} - - + - - + - diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid.component.html b/Open-ILS/src/eg2/src/app/share/grid/grid.component.html index aabe603e1b..c3cd6087e6 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid.component.html +++ b/Open-ILS/src/eg2/src/app/share/grid/grid.component.html @@ -10,7 +10,7 @@ - +
@@ -44,8 +44,8 @@ class="eg-grid-col eg-grid-col-{{col.name}} eg-grid-type-{{col.datatype}} eg-grid-class-{{context.idlClass}} {{context.cellClassCallback(row, col)}}"> - - + +
\ No newline at end of file