arunghosh / react-heatmap-grid

A react component for heatmap visualisation in grid layout
https://codesandbox.io/s/r4rvwkl3yn
MIT License
77 stars 41 forks source link

Is there any way to select multiple DataGrids ? #212

Closed Saroopashree closed 3 years ago

Saroopashree commented 3 years ago

I see that DataGrids have an onClick callback which is really useful. But I need to select multiple DataGrids that are adjacent either horizontally or vertically as you would do in a spreadsheet. Mouse down on the first DataGrid and slide all the way to the ending DataGrid and then release the mouse.

Is this possible ?

arunghosh commented 3 years ago

Sorry. Currently this is not supported.

But I think you fork the code and achieve it using mouse events.

Saroopashree commented 3 years ago

Thanks @arunghosh !! 🙂