holospice18

Results 6 comments of 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 ![image](https://github.com/adazzle/react-data-grid/assets/145089013/349f73f2-b6f2-498e-8cb8-fd48a4798b5a)

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