New Table design

Hello, I'm using the new table component to build an app. I'm looking for the '+' button to add a new row at the table. Its was a native feature on the legacy version but I can't find it now. If you hav any ideas!

Thank you :smiley:

Hi @AntoineOA!

The new Table component supports adding new rows to your datasource in a slightly different way. Instead of Table rendering a built-in form, you can generate a Form from your Table using the Form generator:

Using a custom Form allows you to configure validation rules, auto-populate fields (like createdAt or a createdBy), and deliver a better editing experience to your end users.

We realize this experience was easier to setup in the Legacy Table, so we're actively exploring ways to make this faster to configure!

Alexi

2 Likes

Thank you for your answer ! :wink: