Hello! I haven’t been able to find a way to create tables using CMS. I need each product page to include a table with information for each product. Is this possible?
Not natively. There are other ways-
Thanks, Michael,
You’ve done a great job sharing information, it’s much appreciated. I think Markdown is the best alternative, but what happens on mobile view, for example? Can the styles be maintained?
Additionally, there’s the issue of SEO and an internal search. Do you have any recommendations to ensure the tables are also indexed?
Thanks again for your help!
You have full control on the style through CSS, and can make media breakpoints manually if you like.
Difficult to guess. Google does run script, and it will see the plaintext within the markdown as well, so you should be fine.
You’ll have to test that. I’m not certain how WF’s search engine is configured to handle embeds.
You can create tables in most CMS platforms either through built-in editors with table features, by manually adding HTML code,dgmeinsider or by using plugins/extensions designed for table management. For example, in WordPress, you can use plugins like TablePress for easy table creation, while HTML can be used directly if your CMS supports it. Check your CMS’s documentation for detailed instructions.