Sha256: f042bc8b80fed27b33338a554037c06f903f776ae938939273ff9d290ca13075

Contents?: true

Size: 1 KB

Versions: 2043

Compression:

Stored size: 1 KB

Contents

import React from 'react'

import Table from '../_table'

const TableDisableHover = (props) => {
  return (
    <Table
        disableHover
        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 TableDisableHover

Version data entries

2,043 entries across 2,043 versions & 2 rubygems

Version Path
playbook_ui_docs-14.14.0.pre.rc.4 app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
playbook_ui-14.14.0.pre.rc.4 app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
playbook_ui_docs-14.13.0.pre.alpha.play1900progresspillwidth6122 app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
playbook_ui-14.13.0.pre.alpha.play1900progresspillwidth6122 app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
playbook_ui_docs-14.13.0.pre.alpha.play1754pbtagprogressradio6121 app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
playbook_ui-14.13.0.pre.alpha.play1754pbtagprogressradio6121 app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
playbook_ui_docs-14.13.0.pre.alpha.pbntr799collapsiblerowswithcustomclick6117 app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
playbook_ui-14.13.0.pre.alpha.pbntr799collapsiblerowswithcustomclick6117 app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
playbook_ui_docs-14.13.0.pre.alpha.PLAY1873rails86115 app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
playbook_ui-14.13.0.pre.alpha.PLAY1873rails86115 app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
playbook_ui_docs-14.14.0.pre.rc.3 app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
playbook_ui-14.14.0.pre.rc.3 app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
playbook_ui_docs-14.13.0.pre.alpha.PLAY1873rails86087 app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
playbook_ui-14.13.0.pre.alpha.PLAY1873rails86087 app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
playbook_ui_docs-14.13.0.pre.alpha.PBNTR5596084 app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
playbook_ui-14.13.0.pre.alpha.PBNTR5596084 app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
playbook_ui_docs-14.13.0.pre.alpha.play1851checkboxreacthook6083 app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
playbook_ui-14.13.0.pre.alpha.play1851checkboxreacthook6083 app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
playbook_ui_docs-14.14.0.pre.rc.2 app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx
playbook_ui-14.14.0.pre.rc.2 app/pb_kits/playbook/pb_table/docs/_table_disable_hover.jsx