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
PropertyFilter
No response
^3.0.126
^17.0.2
Hi,
An Table component with prop variant={'embedded'} and filter component like so:
variant={'embedded'}
filter={ <PropertyFilter i18nStrings={PROPERTY_FILTERING_I18N_CONSTANTS} countText={filterCountText} {...propertyFilterProps} expandToViewport /> }
has some weird styles:
Is this expected ?
<Table {...collectionProps} variant={'embedded'} items={items} columnDefinitions={columnDefinitions} resizableColumns filter={ <PropertyFilter i18nStrings={PROPERTY_FILTERING_I18N_CONSTANTS} countText={filterCountText} {...propertyFilterProps} expandToViewport /> } />
The text was updated successfully, but these errors were encountered:
Hello,
the Table in your screenshot looks similar to the "Embedded table" playground example on our website. Can you describe how the table in your screenshot differs from what you expect?
Sorry, something went wrong.
Hi @connorlanigan this part (border radiuses/corners) looks odd to me
Ah, I see, thank you. I will bring this up with the team.
Hello @nichita-pasecinic !
Sorry for the late response. This should have been fixed with #529. Please update your Cloudscape version and try again.
No branches or pull requests
Browser
No response
Package version
^3.0.126
React version
^17.0.2
Description
Hi,
An
Table
component with propvariant={'embedded'}
and filter component like so:has some weird styles:
Is this expected ?
Source code
Reproduction
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: