MHPro Posted February 19, 2017 Posted February 19, 2017 I'm trying to format some more or less big tables in the CMS. I didn't find any nice CK-Plugins, just simple plain tables. What I found is http://russellgoldenberg.github.io/responsive-table-generator/ Produces pretty nice responsive tables, but when I paste it in the editor and submit it, it's just a plain non-responsive table again. (Didn't change colors in the sample.) Does anyone have a good solution for content tables? Be it a plugin or an external tool or a solution why my posted table isn't very pretty.
KentT Posted February 19, 2017 Posted February 19, 2017 I've found no real, "elegant" solutions since many seem to think that tables are essentially forbidden and obsolete these days. However, I had huge amounts of legacy pages containing tables that I've reformatted without the the complexities of CSS and DIVs. I'm simply using Table width of 100%, not defining column width, and centering the data in the columns. Here's an example: https://simpletractors.com/research/reference-info/belt-reference/belts_pg1/ It's not elegant, but it works... The content of the cells wrap when necessary to be responsive, without scrolling. For example, simply centering the data in your columns above would improve the look, and prevent the data crowding the right border of your table.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.