- New prop:
sortableapplies styles for sortable tables (false by default)
| v6 | v7 |
|---|---|
icon, icon name from carbon-icons |
renderIcon, which takes a React component, e.g. one from @carbon/icons-react |
iconName, icon data from carbon-icons |
renderIcon, which takes a React component, e.g. one from @carbon/icons-react |
import Download16 from '@carbon/icons-react/lib/download/16';
...
<TableToolbarAction renderIcon={Download16} />- Now manages it's own TableCell
- Expects
colSpanprop to determine width