Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #915797

    Hi,
    there is this great thread about plugins, but so many infos, so many subjects, so I start new with focus on dates and lists.
    In the other Thread already events calender pro was mentioned.
    I need to list a lot of show dates and looking for a good and easy to use Table plugin.

    Found some options for responsive tables:

  • https://tablepress.org/demo/
  • Advanced Tables
  • WP Table Manager
  • Are there any experiences with these ones and Enfold? All of them cost money, so it is not possible to just try out.
    There are a lot more of course and it would be great to discuss different options here.
    Best regards
    Kerstin

    • This topic was modified 6 years, 9 months ago by Hildur_Math.
#916014

Hey Kerstin,

I think you can do that with events calendar pro and that is not really tabular layout, more like a grid.
Tables are not very good at being responsive.

Best regards,
Victoria

#916274

Hi, Victoria,

Thank you for your answer. events calender does not work for me, as I need for this project an overview over the whole year and possibilities to sort and filter the events.

I tried out TablePress and I am excited about all the features and possibilities. It also is nicely responsive. IF NOT it would be limited in full screen modus on desktops:
Loading the page with the table the table is seen in full widths and then flips to a smaller size. It looks like it is not a problem of TablePress but of Enfold.

Do you have an idea what to change to avoid this flipping? Then it would be perfect!

  • This reply was modified 6 years, 9 months ago by Hildur_Math.
#916962

Hi,

Thank you for the update. Please try this css code in the Quick CSS field to adjust the table width.

.dataTables_wrapper .tablepress {
    clear: both;
    margin: 0!important;
    width: 100% !important;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

Best regards,
Ismael

#917171

Hi, Ismael,
thank you very much for the quick answer. That works perfect.
I tried with different browsers, Chrome, Firefox, Safari, Opera and even Edge and the table is perfect respnsive. Also on iPad and Android-Mobile.
Kind regards
Kerstin

  • This reply was modified 6 years, 8 months ago by Hildur_Math.
#917271

Hi Kerstin,

Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

Best regards,
Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.