fix(base): sync header/body horizontal scroll on header focus; expand row via Space, drop expander from tab order

This commit is contained in:
Philipinho
2026-06-15 04:08:52 +01:00
parent cc951ae883
commit 8fc538386d
4 changed files with 31 additions and 5 deletions
@@ -181,6 +181,7 @@ export const GridCell = memo(function GridCell({
<Tooltip label={t("Expand")} position="bottom" openDelay={400}>
<button
type="button"
tabIndex={-1}
className={classes.rowExpandButton}
onClick={() => onExpandRow(rowId)}
onDoubleClick={(e) => e.stopPropagation()}