Conversation
- Fix data table pagination to use dynamic items per page value instead of hardcoded 10 - Add column-styles helper with fit-content and priority utilities - Change date formatting to return 'Not Available' instead of null when date is missing - Simplify teams formatting in list-users-service by removing conditional logic - Add text truncation popup for text-array-with-popup column component
- Add style prop binding to Column component in list-table-block v2 - Add dynamicClass support for conditional styling based on cell data across all table templates - Add class prop binding to Column in with-fetch-ordering-and-pagination template - Fix class binding in with-selection-behavior template to properly handle col.class - Apply column-styles helper to Edge Applications Rules Engine list view with fit-content and priority utilities
HerbertJulio
previously approved these changes
Feb 12, 2026
Implement a new column styling system across 29 list view components by: - Importing COLUMN_STYLES and columnStyles helpers from @/helpers/column-styles - Replacing hardcoded inline styles (e.g., 'max-width: 300px') with semantic style functions - Using columnStyles.priority() for flexible width columns with min/max constraints - Using COLUMN_STYLES.FIT_CONTENT for fixed-width columns - Using COLUMN_STYLES.PRIORITY_SM for smaller priority columns - Standardizing import order across all affected files This improves maintainability and provides consistent column sizing behavior across the application.
isaquebock
approved these changes
Feb 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feature
Description
Improvements to table column handling and text display across the application:
formatDateToDayMonthYearHourto return 'Not Available' instead of null when date is missingHow to test
Column Styles:
columnStylesfrom@/helpers/column-stylesText Truncation Popup:
Date Formatting:
Pagination: