Skip to content

fix(datagrid): distinguish missing and empty descriptions - #1398

Merged
lovasoa merged 1 commit into
mainfrom
fix/datagrid-icon-only-1384
Aug 23, 2026
Merged

fix(datagrid): distinguish missing and empty descriptions#1398
lovasoa merged 1 commit into
mainfrom
fix/datagrid-icon-only-1384

Conversation

@lovasoa

@lovasoa lovasoa commented Aug 23, 2026

Copy link
Copy Markdown
Collaborator

Fixes #1384

Summary

Datagrid rows now render the en-dash placeholder only when description is omitted and the row has no icon or image. An explicitly empty description remains empty, so icon-only cells no longer show a dash.

Before

Before: datagrid rows show an en-dash after the icon and for empty descriptions

After

After: icon-only and explicitly empty-description rows have no placeholder

Validation

  • cargo fmt --all
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo test

@lovasoa
lovasoa merged commit 217286f into main Aug 23, 2026
51 checks passed
@lovasoa
lovasoa deleted the fix/datagrid-icon-only-1384 branch August 23, 2026 15:28
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.

datagrid renders stray "–" when a row has icon but no description

1 participant