• Resolved dmdesign91

    (@dmdesign91)


    Hi,

    Can you tell me how to use responsive tables when embedding the table through template tag and not shortcode?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble. Also, sorry for the late response. I was on holidays and could not answer earlier.

    It’s very similar, you just add it as a parameter in the array:

    tablepress_print_table( array(
      'id' => '123',
      'responsive' => true,
    ) );
    

    Regards,
    Tobias

    Thread Starter dmdesign91

    (@dmdesign91)

    Hi,

    Thank you for the reply. Not to worry hope you’d a great holiday. I ended up going the shortcode route but this is good to know. Thanks.

    One other question, I am using the scroll responsive mode and it’s quite a long tanker to display bus times. I was wondering is there a way I could make it more obvious for users that they need to scroll to see more? As a few have been contacting asking for othertimes and have had to point out you need to scroll.

    Any suggestions?

    Thanks

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    Unfortunately, I can’t really think of good ways to show the user that he can scroll 🙁
    Your best chance might be some explanatory text above the table.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Template Tag and Responsive Extension’ is closed to new replies.