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
DataTable
As a Storybook story:
export const Booleans = Template.bind({}); Booleans.args = { columns: ['strings', 'booleans'], rows: [ { 'strings': 'true', 'false': true }, { 'strings': 'false', 'false': false } ], };
The values in the booleans column are rendered as plain strings without quotes.
booleans
The values in the booleans column are rendered as if they were blank.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproduction steps
As a Storybook story:
Expected results
The values in the
booleans
column are rendered as plain strings without quotes.Actual results
The values in the
booleans
column are rendered as if they were blank.The text was updated successfully, but these errors were encountered: