Skip to content

feature/PxWeb2-896 New layout with virtualized separated mobile and desktop tables#1187

Draft
SjurSutterudSagen wants to merge 50 commits intomainfrom
feature/PxWeb2-896-new-layout-with-virtualized-separated-mobile-and-desktop-tables
Draft

feature/PxWeb2-896 New layout with virtualized separated mobile and desktop tables#1187
SjurSutterudSagen wants to merge 50 commits intomainfrom
feature/PxWeb2-896-new-layout-with-virtualized-separated-mobile-and-desktop-tables

Conversation

@SjurSutterudSagen
Copy link
Contributor

WIP

PerIngeVaaje and others added 30 commits March 5, 2026 13:54
…nt. Fixes in NavigationDrawer layout for smaller devices.
Adjusted some paddings and width calculation
adjust  maxwidth from 1320 to 1288 in contentAndFooterContainer
Changed the setup of the motion aniimations to start with a different
background color in the NavBar. This simplified the logic a bit since
they are now the same in the NavBar and NavRail.

Also fixed a type error with motion in the component.
…l instead of within a div. Simplified Footer component scroll-to-top functionality.
@github-actions
Copy link

github-actions bot commented Mar 18, 2026

Branch Deployment to Cloudflare Pages

🚛 Preview URL: https://36d981b3.pxweb2.pages.dev
🚧 Branch preview URL: https://feature-pxweb2-896-new-layou-4qbk.pxweb2.pages.dev
🚚 Alternative Preview URL: https://04971236.pxweb2.pages.dev
👷 Alternative Branch preview URL: https://alternative-feature-pxweb2-8-t3o4.pxweb2.pages.dev

SjurSutterudSagen and others added 12 commits March 18, 2026 16:05
Refactor Desktop and Mobile Virtualized Tables for Improved Data Handling and Rendering

- Enhanced DesktopVirtualizedTable to manage column virtualization and row rendering more efficiently.
- Introduced new utility functions for building row entries and rendering body rows in both desktop and mobile tables.
- Updated MobileVirtualizedTable to streamline row entry creation and rendering logic.
- Added support for handling cases with no stub data in both table components.
- Improved accessibility by ensuring proper ARIA labels and headers are set for table cells.
- Refactored code for better readability and maintainability, including the use of memoization for performance optimization.
…Complexity

Implement row virtualization settings and update tests for desktop and mobile tables
@SjurSutterudSagen SjurSutterudSagen changed the title Feature/px web2 896 new layout with virtualized separated mobile and desktop tables feature/PxWeb2-896 New layout with virtualized separated mobile and desktop tables Mar 25, 2026
SjurSutterudSagen and others added 3 commits March 26, 2026 13:29
- Added `TableCellData.ts` to encapsulate logic for resolving formatted values and headers for data cells.
- Refactored `TableDesktopVirtualized.tsx` and `TableMobileVirtualized.tsx` to utilize `resolveDataCell` for improved data handling.
- Implemented `walkStubTree` in `TableStubTraversal.ts` for structured traversal of stub dimensions.
- Updated rendering logic in both desktop and mobile virtualized tables to accommodate new data resolution methods.
- Minor adjustments in `TableViewer.tsx` for scroll container setup.
@sonarqubecloud
Copy link

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