set ARIA role="presentation" for non auto-repeating grids

This commit is contained in:
ralf 2024-04-24 14:40:04 +02:00
parent 475219e23a
commit 66ded7f9e2

View File

@ -391,6 +391,7 @@ export class et2_grid extends et2_DOMWidget implements et2_IDetachedDOM, et2_IAl
{ {
// No auto-repeat // No auto-repeat
this.lastRowNode = null; this.lastRowNode = null;
this.table.attr({role: "presentation"})
} }
} }