Skip to content

Add header text style and disable double-click navigation in grids#45

Merged
brYch97 merged 1 commit into
TALXIS:masterfrom
brYch97:users/dominik.brych/editable-grid-fix
Jun 30, 2026
Merged

Add header text style and disable double-click navigation in grids#45
brYch97 merged 1 commit into
TALXIS:masterfrom
brYch97:users/dominik.brych/editable-grid-fix

Conversation

@brYch97

@brYch97 brYch97 commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Breaking Changes

Double-Click Navigation Disabled in Editable Grids

This PR removes double-click navigation functionality from editable grids. Users can no longer double-click on cells to open a record.

Rationale

Double-click navigation was creating confusion in editable grids where:

  • Double-clicking read-only columns was used for navigation
  • Double-clicking editable columns was used for inline editing

These conflicting interactions made the UX ambiguous and error-prone.

Migration Guide

To maintain record navigation in editable grids, you must:

  1. Designate a Primary Name Attribute — Define a column as the primary link column in your column definition by marking it with the isPrimary flag
  2. Navigate via Link — Users can click on the primary name attribute link to navigate to the record

Additional Improvements

  • Improved header text styling in the Edit Columns panel with proper text wrapping

@brYch97 brYch97 merged commit b96cc92 into TALXIS:master Jun 30, 2026
1 check passed
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.

1 participant