What does a table created with Simple Tables look like on mobile? I often have issues with tables being too wide and don't resize when the screen gets smaller. Does this add on resize with the screen size?
File List
1 Comment
admin commented at 6/4/25, 8:47 PM
Hi, the tables being generated follow the Bootstrap 5 default table layout but you can simply add the the „table-responsive“ wrapper class to the block type, and it will become horizontally scrollable on mobile devices. See demo at https://getbootstrap.com/docs/5.3/content/tables/
1 Comment
admin commented at 6/4/25, 8:47 PM