React-admin: Edit inline functionality on DataGrid

Created on 8 Mar 2017  路  3Comments  路  Source: marmelab/react-admin

Is it possible to edit textfields in the datagrid inline? When you click the text field, it should change into an input field, and a save button should appear behind the row. When saved it should call the same action as the edit form (create/edit view) that is currently on a separate page.

Most helpful comment

I'll create my own custom EditableTextField to accomplish this behaviour.

All 3 comments

I'll create my own custom EditableTextField to accomplish this behaviour.

@pixelscripter Hi! can you show me that component? I want to do that but with the NumberFiled component

Hi @jozekcore unfortunately I never finished this component, because we switched to building a custom admin.

Was this page helpful?
0 / 5 - 0 ratings