Sha256: 302ae685279ddb28466950e0eaf0ea58a3b8fd77be69dd6d0acc7e658dff5ffc

Contents?: true

Size: 1000 Bytes

Versions: 1978

Compression:

Stored size: 1000 Bytes

Contents

import React from 'react'

import Table from '../_table'

const TableDataTable = (props) => {
  return (
    <Table
        dataTable
        {...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 TableDataTable

Version data entries

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

Version Path
playbook_ui-12.3.1.pre.alpha.phone1 app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx
playbook_ui-12.3.1 app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx
playbook_ui-12.3.0.pre.alpha.patchtest1 app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx
playbook_ui-12.3.0 app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx
playbook_ui-12.2.0 app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx
playbook_ui-12.1.0 app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx
playbook_ui-12.0.0 app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx
playbook_ui-11.20.0.pre.alpha.passthrough1 app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx
playbook_ui-11.20.0.pre.alpha.railsdialog1 app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx
playbook_ui-11.20.0.pre.alpha.focus1 app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx
playbook_ui-11.20.0 app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx
playbook_ui-11.19.0.pre.alpha.map1 app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx
playbook_ui-11.19.0.pre.alpha.pagpassthrough1 app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx
playbook_ui-11.19.0 app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx
playbook_ui-11.18.0.pre.alpha.pagutility1 app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx
playbook_ui-11.19.0.pre.typeahead1 app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx
playbook_ui-11.18.0 app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx
playbook_ui-11.17.0 app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx
playbook_ui-11.15.0.pre.alpha.dependencies1 app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx
playbook_ui-11.16.0.pre.alpha.paginationrails1 app/pb_kits/playbook/pb_table/docs/_table_data_table.jsx