Axinom Mosaic Libraries
    Preparing search index...

    Function DynamicDataListControl

    • Renders a list of data that whose rows can be added, deleted, and repositioned

      Type Parameters

      Parameters

      Returns Element

      <DynamicDataListControl<DataInterface>
      label={'Control Label'}
      columns={[{propertyName: 'id', size: '1fr', label: 'Id'}]}
      data={[{id: '1',desc: 'Description 1',title: 'Item 1'}]}
      onChange={e => console.log(e)}
      />