Skip to main content

I recently converted all my skuid pages to v2. There are two pages that used the Field Editor with a column set and two columns in v1. In v2 the Field Editor does not exist so I added the column set with 2 columns into a Form component. Now when my data model returns more than one record (where each should be displaying in the column set on the form) the Form only displays one of the returned records even though the v2 documentation says:


Skuid’s Form is a data component that allows you to view and edit a single record. In contrast to Tables, which show multiple records and allow for mass updates, the Form shows details for a specific record, which can be updated inline. If multiple records are present in the model, a Form will appear for each separate record.


I don’t know how to make the form component display the column sets for each record returned by the model. Can someone please tell me how I can fix this. Thanks.

Hi Joan, thanks for your question.


Yes, as you’ve discovered:


  1. The Form component corresponds to the Field Editor in v1

  2. Unlike the Field Editor, the Form only shows details for a single record.

Solution


Put the Form in a Deck component if you’d like to show the details for multiple records.


Resources



Thank you Anna, this is what I needed.


Reply