infinite-table / infinite-react

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

Improve editing with inline editors #159

Open roblotter opened 1 year ago

roblotter commented 1 year ago

For now, editors are opened on double-click.

We need to support the scenario when the editor is rendered by default - eg: render a checkbox for boolean values, that's always displayed. When the checkbox is updated, the edit should happen naturally.

radubrehar commented 4 weeks ago

Haven't implemented this yet, but this is related https://infinite-table.com/docs/learn/editing/excel-like-editing and possibly helpful