As far as I’m aware you’d need to either build your own or use another UI kit to include an editable table/grid interface. That’s what custom apps like Amplify does.
As far as I’m aware you’d need to either build your own or use another UI kit to include an editable table/grid interface. That’s what custom apps like Amplify does.
That’s unfortunate. Thank you for your response!
Has anybody here used an UI kit with a good datagrid component that would work for live record editing?
That’s unfortunate. Thank you for your response!
Has anybody here used an UI kit with a good datagrid component that would work for live record editing?
You could try the datatable by PrimeFaces. Its the one I recommend and I think is the one used in Amplify. PrimeReact
It allows you to double click on a cell to edit, which you can tie into Airtable’s hooks to actually update the record in the base.
You could try the datatable by PrimeFaces. Its the one I recommend and I think is the one used in Amplify. PrimeReact
It allows you to double click on a cell to edit, which you can tie into Airtable’s hooks to actually update the record in the base.
Thank you for the help!