mui / mui-x

MUI X: Build complex and data-rich applications using a growing list of advanced React components, like the Data Grid, Date and Time Pickers, Charts, and more!
https://mui.com/x/
4.54k stars 1.32k forks source link

[DataGrid] Long press for edit in touch devices #8692

Open j-seixas opened 1 year ago

j-seixas commented 1 year ago

Duplicates

Latest version

Summary 💡

Allow custom event handlers to start the edit on Row / Cell instead of just the onRowClick / onRowDoubleClick / onCellClick / onCellDoubleClick, in specific for mobile / touch devices where double click it's not as suitable

Examples 🌈

No response

Motivation 🔦

No response

Order ID 💳 (optional)

No response

m4theushw commented 1 year ago

Passing custom listeners to the cell component and using the controlled mode of the editing API you can implement this behavior.