Skip to content

fix: handle boolean values in dataset preview#671

Open
Felipedino wants to merge 2 commits into
developfrom
fix/bool-preview
Open

fix: handle boolean values in dataset preview#671
Felipedino wants to merge 2 commits into
developfrom
fix/bool-preview

Conversation

@Felipedino
Copy link
Copy Markdown
Collaborator

This pull request makes a small adjustment to the PreviewDatasetTable component to improve how boolean values are displayed in the dataset preview table.

  • Now, boolean values in table cells are explicitly converted to strings for display, ensuring they render correctly in the UI.

Copilot AI review requested due to automatic review settings June 3, 2026 18:15
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the PreviewDatasetTable dataset preview UI to ensure boolean cell values render visibly by converting booleans to strings during cell rendering.

Changes:

  • Adds explicit boolean-to-string conversion when rendering table cell values.
  • Refactors the column Cell renderer so image rendering and boolean formatting are handled in one place, with image columns still getting a fixed size.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Successfully merging this pull request may close these issues.

2 participants