Skip to content

Conversation

frano-m
Copy link
Contributor

@frano-m frano-m commented Jul 28, 2025

Ticket

Closes #4542.

Reviewers

@NoopDog.

This pull request updates the COLUMN_DEFS configuration in the dataDictionaryMapper/constants.ts file to enhance table rendering by introducing a new cell type and adjusting column width.

Table rendering improvements:

image

Copy link
Contributor

@Copilot 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 pull request fixes table overflow issues on smaller viewports by improving the data dictionary table rendering. The changes focus on enhancing the "Name" column display and preventing text wrapping issues.

Key changes:

  • Added BasicCell component with no-wrap typography to prevent text overflow
  • Increased minimum column width from 180px to 240px for better readability
  • Enhanced cell rendering with proper typography props configuration
Comments suppressed due to low confidence (1)

app/viewModelBuilders/azul/anvil-cmg/common/dataDictionaryMapper/constants.ts:39

  • [nitpick] The parameter name 'cellContext' could be more concise. Consider using 'context' or 'ctx' which is more commonly used in this pattern.
    cell: (cellContext) =>

@NoopDog NoopDog merged commit ba438c6 into main Jul 28, 2025
4 checks passed
@frano-m frano-m deleted the fran/4542-dd-layout branch August 19, 2025 02:26
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.

[AnVIL DX] Fix data dictionary table overflow on smaller viewports

2 participants