Skip to content
New issue

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] Buttons on filters table are different from library buttons #748

Open
valesceva opened this issue Dec 9, 2024 · 0 comments
Open

Comments

@valesceva
Copy link

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
image

Library
image

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant