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
I'm making a custom filter for a column on the table, but library buttons are different from the one used on "default" filters
Default
Library
Code:
<Button isDisabled={!filters?.search} onClick={() => { clearFilters() confirm() }} size={Button.Size.Small} type={Button.Type.Link} > Reset </Button> <Button onClick={() => confirm()} size={Button.Size.Small} type={Button.Type.Filled} > OK </Button>
Can you manage a new buttons version to match one of the table filters?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm making a custom filter for a column on the table, but library buttons are different from the one used on "default" filters
Default
Library
Code:
Can you manage a new buttons version to match one of the table filters?
The text was updated successfully, but these errors were encountered: