We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
carbon-components
carbon-components-react
Trying to show an icon near to the itemText of TableToolbarAction but it's not working!
<TableToolbarMenu> <TableToolbarAction // icon={TrashCan20} // showIcon={true} // icon={iconSettings} // iconDescription="Show Records" itemText="Show Records" // onClick={action('TableToolbarAction - Settings')} />
Is there a sandbox that i can take a look?
The text was updated successfully, but these errors were encountered:
Can you try just passing in an icon as a child of TableToolbarAction?
TableToolbarAction
<TableToolbarAction> <Delete /> Action 1 </TableToolbarAction>
Sorry, something went wrong.
That's work for sure. But I tried following your readme in git! https://github.com/carbon-design-system/carbon/blob/master/packages/react/src/components/DataTable/README.md#filtering
Thanks anyway
Oof, good catch! I'll update the documentation now to reflect this. Thanks for bringing it to our attention 🙏
<OverflowMenuItem>
closeMenu
tw15egan
Successfully merging a pull request may close this issue.
What package(s) are you using?
carbon-components
carbon-components-react
Summary
Trying to show an icon near to the itemText of TableToolbarAction but it's not working!
Is there a sandbox that i can take a look?
Relevant information
The text was updated successfully, but these errors were encountered: