WPIntell

Source evidence

Feature request

Make Tables Responsive · support · 2022-11-30T07:43:00+00:00

complaintsentiment
mediumseverity
0.87relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 25 rows with source links

24.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
YogiBeard unresolved
Hi Nikolay Thanks for making this plugin! It’s really easy to use and adds crucial functionality for basic tables. Perfect if you don’t need advanced tables but just want your basic tables to be responisve. I am using your plugin to rewamp my website. My old theme was custom made and I had responisve tables hand coded. Thanks to your plugin I have responsive tables on my new site without custome code. I have a feature request that I think would make your plugin even better. It is to add an option to make the content of the cells in the first column become the title for the each section in the mobile view of the table. You can see what it looks like on my old website. https://www.yogaetmeditationparis.fr/cours-yoga/cours-de-yoga-et-meditation-a-paris/ I think it helps with readability an makes the mobile tables looks better. Kind regards / Christian The page I need help with: [ log in to see the link] Hello, Christian. Thank you for using the plugin and for the suggestion. I am not really working on new features for the plugin at the moment, but I will write it down. Also you should be able to do this by adding this custom CSS code to your site (it is a little overly specific so it has more priority over my other code that has to be too forceful so it overcomes all themes): @media (max-width: 650px){ .mtr-table tr:nth-child(even) td.mtr-td-tag:first-of-type, .mtr-table tr:nth-child(odd) td.mtr-td-tag:first-of-type { background: #aaa !important; font-weight: 600; } } You can adjust the screen size and the background color.

Comments

1 shown
Nikolay Nikolov 2022-12-01T06:03:00+00:00

Hello, Christian. Thank you for using the plugin and for the suggestion. I am not really working on new features for the plugin at the moment, but I will write it down. Also you should be able to do this by adding this custom CSS code to your site (it is a little overly specific so it has more priority over my other code that has to be too forceful so it overcomes all themes): @media (max-width: 650px){ .mtr-table tr:nth-child(even) td.mtr-td-tag:first-of-type, .mtr-table tr:nth-child(odd) td.mtr-td-tag:first-of-type { background: #aaa !important; font-weight: 600; } } You can adjust the screen size and the background color.