• 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]

Viewing 1 replies (of 1 total)
  • Plugin Author Nikolay Nikolov

    (@nnikolov)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘Feature request’ is closed to new replies.