Skip to content

AB#32493 AB#32498 - fix dynamic datatable with large fields#2195

Merged
JamesPasta merged 2 commits intodevfrom
feature/AB#32493-AB#32498-datagrid-large-text-fields-size
Apr 1, 2026
Merged

AB#32493 AB#32498 - fix dynamic datatable with large fields#2195
JamesPasta merged 2 commits intodevfrom
feature/AB#32493-AB#32498-datagrid-large-text-fields-size

Conversation

@AndreGAot
Copy link
Copy Markdown
Contributor

No description provided.

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

Updates the Flex DataGridWidget DataTable configuration and styling to better handle very large cell values without breaking layout.

Changes:

  • Disable DataTables automatic column width calculation (autoWidth: false) for the dynamic grid.
  • Apply fixed table layout and aggressive word-wrapping for .custom-dynamic-table cells to prevent horizontal expansion.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
applications/Unity.GrantManager/modules/Unity.Flex/src/Unity.Flex.Web/Views/Shared/Components/DataGridWidget/Default.js Adjusts DataTables init options to avoid auto-sizing columns on large content.
applications/Unity.GrantManager/modules/Unity.Flex/src/Unity.Flex.Web/Views/Shared/Components/DataGridWidget/Default.css Forces fixed layout and wraps long content within table cells.

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

@github-actions
Copy link
Copy Markdown

🧪 Unit Test Results (Parallel Execution)

Tests

📊 Summary

Result Count
✅ Passed 565
❌ Failed 0
⚠️ Skipped 0

📄 HTML Reports

  • Merged Tests (HTML): Included in artifacts
    Generated automatically by CI.

@github-actions
Copy link
Copy Markdown

🧪 Unit Test Results (Parallel Execution)

Tests

📊 Summary

Result Count
✅ Passed 565
❌ Failed 0
⚠️ Skipped 0

📄 HTML Reports

  • Merged Tests (HTML): Included in artifacts
    Generated automatically by CI.

@AndreGAot AndreGAot requested a review from JamesPasta March 30, 2026 18:20
@JamesPasta JamesPasta merged commit ad8b58b into dev Apr 1, 2026
22 checks passed
@JamesPasta JamesPasta deleted the feature/AB#32493-AB#32498-datagrid-large-text-fields-size branch April 2, 2026 15:52
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.

3 participants