Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 575 Bytes

File metadata and controls

29 lines (25 loc) · 575 Bytes
rows


The rows prop accepts an array of objects. By default this will use the built in rowRenderer, rowIdentifier and dataManipulator props.

<Table
  rows={[
    {
      id: 1,
      name: 'Leanne Graham',
      email: 'leanne@example.com',
      phone: '012345678910'
    },
    {
      id: 2,
      name: 'Ervin Howell',
      email: 'ervin@example.com',
      phone: '019876543210'
    }
  ]}
/>

// --> Id, Name, Email, Phone