Expands a list of records in the Airtable UI.
Function
expandRecordList
View sourceimport {expandRecordList} from '@airtable/blocks/ui';expandRecordList([record1, record2, record3]);expandRecordList([record1, record2], {fields: [field1, field2],});
Function signature
function (records: Array<Record>, opts?: ExpandRecordListOpts) => void
records | The records to expand. Duplicate records will be removed. |
opts | An optional options object. |