mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
refactor: add "button" role to clickable UI elements for improved accessibility (#26602)
This commit is contained in:
@@ -610,6 +610,7 @@ export default function TableChart<D extends DataRecord = DataRecord>(
|
||||
col.toggleSortBy();
|
||||
}
|
||||
}}
|
||||
role="columnheader button"
|
||||
onClick={onClick}
|
||||
data-column-name={col.id}
|
||||
{...(allowRearrangeColumns && {
|
||||
|
||||
Reference in New Issue
Block a user