Sha256: 4d0c85c2d6aea2100a40f80873aa5d90929535a3c37bf4e8863a5158d026d0f5

Contents?: true

Size: 1.57 KB

Versions: 1866

Compression:

Stored size: 1.57 KB

Contents

import React from 'react'

import Table from '../_table'
import CircleIconButton from '../../pb_circle_icon_button/_circle_icon_button'

const TableTwoPlusActions = (props) => {
  return (
    <Table
        size="sm"
        {...props}
    >
      <thead>
        <tr>
          <th>{'Column 1'}</th>
          <th>{'Column 2'}</th>
          <th>{'Column 3'}</th>
          <th>{'Column 4'}</th>
          <th>{''}</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td>{'Value 1'}</td>
          <td>{'Value 2'}</td>
          <td>{'Value 3'}</td>
          <td>{'Value 4'}</td>
          <td align="right">
            {' '}
            <CircleIconButton
                icon="ellipsis-h"
                variant="secondary"
                {...props}
            />
          </td>
        </tr>
        <tr>
          <td>{'Value 1'}</td>
          <td>{'Value 2'}</td>
          <td>{'Value 3'}</td>
          <td>{'Value 4'}</td>
          <td align="right">
            {' '}
            <CircleIconButton
                icon="ellipsis-h"
                variant="secondary"
                {...props}
            />
          </td>

        </tr>
        <tr>
          <td>{'Value 1'}</td>
          <td>{'Value 2'}</td>
          <td>{'Value 3'}</td>
          <td>{'Value 4'}</td>
          <td align="right">
            {' '}
            <CircleIconButton
                icon="ellipsis-h"
                variant="secondary"
                {...props}
            />
          </td>
        </tr>
      </tbody>
    </Table>
  )
}

export default TableTwoPlusActions

Version data entries

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

Version Path
playbook_ui_docs-14.12.0.pre.alpha.play1790darkaudittable5802 app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx
playbook_ui-14.12.0.pre.alpha.play1790darkaudittable5802 app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx
playbook_ui_docs-14.12.0.pre.alpha.play1752updatecontenttag5801 app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx
playbook_ui-14.12.0.pre.alpha.play1752updatecontenttag5801 app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx
playbook_ui_docs-14.13.0.pre.rc.6 app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx
playbook_ui-14.13.0.pre.rc.6 app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx
playbook_ui_docs-14.13.0.pre.rc.5 app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx
playbook_ui-14.13.0.pre.rc.5 app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx
playbook_ui_docs-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5781 app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5781 app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx
playbook_ui_docs-14.13.0.pre.rc.4 app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx
playbook_ui-14.13.0.pre.rc.4 app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx
playbook_ui_docs-14.12.0.pre.alpha.playrailsinputmaskissue5775 app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx
playbook_ui-14.12.0.pre.alpha.playrailsinputmaskissue5775 app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx
playbook_ui_docs-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5757 app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5757 app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx
playbook_ui_docs-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5754 app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5754 app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx
playbook_ui_docs-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobugzindextoken5751 app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobugzindextoken5751 app/pb_kits/playbook/pb_table/docs/_table_two_plus_actions.jsx