infinite-table / infinite-react

The modern React DataGrid for building apps — faster
https://infinite-table.com
73 stars 5 forks source link

We need cell selection #120

Closed Mango3403 closed 1 year ago

Mango3403 commented 2 years ago

Description

Hi, I recently study and use the component on my formal project. There is a question how can I use the cellSelection and onCellSelectionChange. I try to call it like rowSelection, but nothing happened. Any helps?

How do I use it

image

Env

roblotter commented 2 years ago

As per our documentation on cell selection https://infinite-table.com/docs/latest/learn/selection/cell-selection it's a feature that will be implemented soon. We just finished implementing row selection and will start working on cell selection as well. For now, you can use cell navigation only.

radubrehar commented 1 year ago

We now fully support cell selection in 3.0.0

radubrehar commented 1 year ago

@Mango3403 cell selection support is out! Give it a try and let us know if it solves your problem.