import React from 'react' import Table from '../_table' import CircleIconButton from '../../pb_circle_icon_button/_circle_icon_button' import Flex from '../../pb_flex/_flex' import FlexItem from '../../pb_flex/_flex_item' const TableIconButtons = (props) => { return (
{'Column 1'} {'Column 2'} {'Column 3'} {'Column 4'} {''}
{'Value 1'} {'Value 2'} {'Value 3'} {'Value 4'}
{'Value 1'} {'Value 2'} {'Value 3'} {'Value 4'}
{'Value 1'} {'Value 2'} {'Value 3'} {'Value lk'}
) } export default TableIconButtons