@webworks
Ok, I will answer your question, but remember (keep in mind) first;
- For questions/requests not specifically related to the topic line of the original post, create your own post so it can be specific to your the topic of your request. Your question here requires your own posting.
- Anything request/question related to a plugin or theme, post to that forum that applies to it. In your question here I have no idea if you are using a plugin to create tables or you are using the default WordPress editor to create them, judge that yourself.
Now to answer your question,
Based on your post and screenshot, it appears you are asking about responsive HTML tables. This means tables that resize to mobile screens.
HTML Tables are notorious for being “non-responsive” because their sizing is pretty fixed. They do not scale well to mobile screens.
There are plugins that will do that for you, but you have to research them to determine which ones to use. I suggest to try a free version to determine if you want to purchase it.
The other option is to work a table with Custom CSS and that can be a bit of work if you are versed in CSS3 and HTML5. You can also use jQuery or JavaScript too if you know how.
Gutenberg Block Editor
I would install the classic editor plugin because the block editor is buggy. Currently, I have not tested the block editor using tables. Still, HTML5 is still HTML5, whether a block editor or classic. Tables are rigid elements and don’t work well in responsive mode.
Page builders, which is what the block editor is, have to work the CSS and HTML, maybe even using some JavaScript, in a manner that allows tables to become responsive to mobile screens.
So, if you do not know CSS or HTML well enough to build a responsive table, then use a good plugin like Elementor and secondary plugins that work with Elementor to create responsive tables.
-
This reply was modified 6 years, 2 months ago by
mwarbinek.