holospice18
holospice18
My hack was to use 'id' then 'getElelmentByID'... ``
My work around is to use Context Menu which can be triggered via "_Tap Hold_" on emulator and right click on Desktop 
I used the example from https://adazzle.github.io/react-data-grid/#/context-menu Source: https://github.com/adazzle/react-data-grid/blob/main/website/demos/ContextMenu.tsx
First, I exposed `'SelectCell'` prop on `'onCellContextMenu'` `onCellContextMenu = {({ row, column, selectCell }, event) => {...}` ----- Then pass it as props setContextMenu( contextMenu === null ? { row:...
Not sure but try adding _row_ or _column_ to props: `function renderCheckbox(_{ row, column, onRowChange, ...props }_: RenderCheckboxProps) {...}`
@DharanBro No, it was fixed on https://adazzle.github.io/react-data-grid/#/animation but still persist on https://adazzle.github.io/react-data-grid/#/columns-reordering