Jul 24, 2021 01:04 PM
Hello! I’m trying to build a linked record editor.
I’ve discovered that Airtable’s own grid component (the same layout as the Grid view type) isn’t available to use in the UI kit.
Is there any way to embed Airtable’s grid component in the app?
Thanks!
Jul 26, 2021 09:07 AM
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.
Aug 01, 2021 12:49 PM
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?
Aug 01, 2021 04:51 PM
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.
Aug 05, 2021 12:37 PM
Thank you for the help!