Best Practices for Mobile Comparison Tables in Relume
Message for Relume.io Slack Community Hi Relume community! 👋 I'm working on a comparison table with 4 columns (3 service options compared against feature questions) for a mortgage advisor website. Each column contains substantial text content: Desktop version: Works fine with standard 4-column layout Mobile challenge: Need an elegant solution for displaying this dense comparison data I've considered a table with a pinned first column (questions/features) that allows horizontal scrolling through the service options, but haven't found a suitable Relume component for this. Question: What's the best Relume component/approach to handle comparison tables on mobile? Are there any ready-made solutions or creative alternatives you'd recommend? Some options I'm considering:
Accordion that switches between service options
Tabs with each tab showing one service option
Cards with swipe functionality
Custom solution with pinned column + horizontal scroll
Any suggestions or examples would be greatly appreciated! Thanks in advance for your help.