Sha256: 954caca4f8a79126be75b199693a2399cfa0209b9f1d4c89efccfd31a7be002c

Contents?: true

Size: 1 KB

Versions: 1978

Compression:

Stored size: 1 KB

Contents

import React from 'react'

import Table from '../_table'

const TableContainer = (props) => {
  return (
    <Table
        container={false}
        size="md"
        {...props}
    >
      <thead>
        <tr>
          <th>{'Column 1'}</th>
          <th>{'Column 2'}</th>
          <th>{'Column 3'}</th>
          <th>{'Column 4'}</th>
          <th>{'Column 5'}</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td>{'Value 1'}</td>
          <td>{'Value 2'}</td>
          <td>{'Value 3'}</td>
          <td>{'Value 4'}</td>
          <td>{'Value 5'}</td>
        </tr>
        <tr>
          <td>{'Value 1'}</td>
          <td>{'Value 2'}</td>
          <td>{'Value 3'}</td>
          <td>{'Value 4'}</td>
          <td>{'Value 5'}</td>
        </tr>
        <tr>
          <td>{'Value 1'}</td>
          <td>{'Value 2'}</td>
          <td>{'Value 3'}</td>
          <td>{'Value 4'}</td>
          <td>{'Value 5'}</td>
        </tr>
      </tbody>
    </Table>
  )
}

export default TableContainer

Version data entries

1,978 entries across 1,978 versions & 2 rubygems

Version Path
playbook_ui_docs-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5738 app/pb_kits/playbook/pb_table/docs/_table_container.jsx
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5738 app/pb_kits/playbook/pb_table/docs/_table_container.jsx
playbook_ui_docs-14.13.0.pre.rc.3 app/pb_kits/playbook/pb_table/docs/_table_container.jsx
playbook_ui-14.13.0.pre.rc.3 app/pb_kits/playbook/pb_table/docs/_table_container.jsx
playbook_ui_docs-14.12.0.pre.alpha.PLAY1865reactdatepickerreinitializingbug5732 app/pb_kits/playbook/pb_table/docs/_table_container.jsx
playbook_ui-14.12.0.pre.alpha.PLAY1865reactdatepickerreinitializingbug5732 app/pb_kits/playbook/pb_table/docs/_table_container.jsx
playbook_ui_docs-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5728 app/pb_kits/playbook/pb_table/docs/_table_container.jsx
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5728 app/pb_kits/playbook/pb_table/docs/_table_container.jsx
playbook_ui_docs-14.12.0.pre.alpha.play1862buttondisabledlinkbug5716 app/pb_kits/playbook/pb_table/docs/_table_container.jsx
playbook_ui-14.12.0.pre.alpha.play1862buttondisabledlinkbug5716 app/pb_kits/playbook/pb_table/docs/_table_container.jsx
playbook_ui_docs-14.12.0.pre.alpha.play1862buttondisabledlinkbug5714 app/pb_kits/playbook/pb_table/docs/_table_container.jsx
playbook_ui-14.12.0.pre.alpha.play1862buttondisabledlinkbug5714 app/pb_kits/playbook/pb_table/docs/_table_container.jsx
playbook_ui_docs-14.13.0.pre.rc.2 app/pb_kits/playbook/pb_table/docs/_table_container.jsx
playbook_ui-14.13.0.pre.rc.2 app/pb_kits/playbook/pb_table/docs/_table_container.jsx
playbook_ui_docs-14.13.0.pre.rc.1 app/pb_kits/playbook/pb_table/docs/_table_container.jsx
playbook_ui-14.13.0.pre.rc.1 app/pb_kits/playbook/pb_table/docs/_table_container.jsx
playbook_ui_docs-14.13.0.pre.rc.0 app/pb_kits/playbook/pb_table/docs/_table_container.jsx
playbook_ui-14.13.0.pre.rc.0 app/pb_kits/playbook/pb_table/docs/_table_container.jsx
playbook_ui_docs-14.12.0.pre.alpha.advancedtablealignmentfixes5693 app/pb_kits/playbook/pb_table/docs/_table_container.jsx
playbook_ui-14.12.0.pre.alpha.advancedtablealignmentfixes5693 app/pb_kits/playbook/pb_table/docs/_table_container.jsx