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
<Table />
{ name: 'someName', displayName: '', pinned: 'right', sorting: false, cellRenderer: (props) => { const { data } = props; return ( <div className="d-flex align-items-center justify-content-end flex-grow-1"> <Dropdown triggerOptions={{ customTrigger: () => <Button icon="more_horiz" appearance="transparent" /> }} menu={true} className="d-flex" align="left" options={[ { label: 'A', value: 'A', icon: 'some_icon', optionType: 'WITH_ICON' }, { label: 'B', value: 'B', icon: 'some_icon', optionType: 'WITH_ICON' } ]} popoverOptions={{ appendToBody: false, hideOnReferenceEscape: false }} /> </div> ); } }
The text was updated successfully, but these errors were encountered:
@anuradha9712 I'm picking this up, please assign this to me.
Sorry, something went wrong.
nadaanbaalak
No branches or pull requests
Description
<Table />
Component.Steps to reproduce
{ name: 'someName', displayName: '', pinned: 'right', sorting: false, cellRenderer: (props) => { const { data } = props; return ( <div className="d-flex align-items-center justify-content-end flex-grow-1"> <Dropdown triggerOptions={{ customTrigger: () => <Button icon="more_horiz" appearance="transparent" /> }} menu={true} className="d-flex" align="left" options={[ { label: 'A', value: 'A', icon: 'some_icon', optionType: 'WITH_ICON' }, { label: 'B', value: 'B', icon: 'some_icon', optionType: 'WITH_ICON' } ]} popoverOptions={{ appendToBody: false, hideOnReferenceEscape: false }} /> </div> ); } }
Expected result
Actual result
The text was updated successfully, but these errors were encountered: