📱 TablixJS Mobile Horizontal Scroll Test
Testing Instructions:
- Desktop: Resize your browser window to mobile width (< 768px) or use browser dev tools device emulation
- Mobile: View this page on an actual mobile device
- Expected Behavior: The table should scroll horizontally while controls stay in view
- Drag Handle: Use the resize handle below to simulate different screen sizes
✅ Table wrapper with horizontal scrolling is enabled
Test 1: Wide Table (Many Columns)
This table has many columns that will overflow on mobile devices. Only the table should scroll horizontally.
Test 2: Table with Search & Pagination
Controls should remain accessible while table scrolls horizontally.
Test 3: Dark Theme Compatibility
Testing that horizontal scroll works with dark theme.
Note: The table wrapper (.tablix-table-wrapper) now has overflow-x: auto, allowing horizontal scrolling on mobile devices while keeping controls visible.