Endre Kovács
Endre Kovács

Reputation: 93

Can I edit MUI X Data Grid cell without doubleclick?

I would like to edit a MUI XData Grid cell, but not by doubleclick. It would be better if the cells always displays as edit mode, or by hover. Is it possible?

Upvotes: 4

Views: 7917

Answers (1)

JurijsReact
JurijsReact

Reputation: 150

mui datagrid editable without double click https://codesandbox.io/s/material-demo-forked-9zq44?file=/demo.tsx

Upvotes: 6

Related Questions