Premium support for our pure JavaScript UI components


Post by [email protected] »

The cellAriaLabel column config only accepts a static string, which is applied uniformly to all cells in a column via Column.updateCellAriaLabel(). This method is called on every cell focus event (onCellFocus), overwriting any aria-label set during the column's renderer callback.

In data grids where each cell needs to announce unique context (e.g., a comparison grid where each cell must announce the row criterion, cell value, and match status alongside the column header), there is no supported way to set a per-cell aria-label that Bryntum will respect.

Please reach out to me for any additional information.


Post by mats »

Issue opened, we'll get this fixed! https://github.com/bryntum/support/issues/12978


Post by [email protected] »

Hi, is there any update on this ?


Post by Animal »

This was fixed in 7.2.3. A cell renderer's aria-label property is no longer overwritten on cell focus under this ticket: https://github.com/bryntum/support/issues/12948


Post Reply