Jane-M

Results 2 comments of Jane-M

I have a solution ``` const handleFocusLocationChanged = (location) => { const colId = columns.findIndex((col) => col.columnId === location.columnId); const rowId = rows.find((row) => row.rowId === 'header') ? Number(location.rowId) +...

> > ref > > Could you please explain this solution? const handleFocusLocationChanged = (location) => { const colId = columns.findIndex((col) => col.columnId === location.columnId); const rowId = rows.find((row) =>...