Title: Responsive Mode shortcodes
Last modified: September 1, 2016

---

# Responsive Mode shortcodes

 *  Resolved [nistaani](https://wordpress.org/support/users/nistaani/)
 * (@nistaani)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/responsive-mode-shortcodes/)
 * Hi
 * I’m inserting a table using the following where scheduleshortcode is the table:
 * `<div class="schedule"> <?php echo ecpt_display_meta( 'scheduleshortcode' ); ?
   > </div>`
 * I’d like to be able to use “responsive=scroll” but I’m unsure how to set this
   using php or a shortcode within php.
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/responsive-mode-shortcodes/#post-7540697)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * That depends on how `scheduleshortcode` passes through parameters to the `table`
   Shortcode. What’s the definition/code of `scheduleshortcode`?
 * Regards,
    Tobias
 *  Thread Starter [nistaani](https://wordpress.org/support/users/nistaani/)
 * (@nistaani)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/responsive-mode-shortcodes/#post-7540863)
 * Hi Tobias, thanks for the quick reply!
 * I read your reply, the documentation again, added the responsive mode to the 
   shortcode and it worked fine. [table id=1 responsive=scroll]
    I was overthinking
   it 🙂
 * When using ‘responsive=scroll’ is it possible to lock the first column and only
   have the following columns scroll?
    Typically the first column is the rows label
   so it would be helpful to have this area always useful to the user.
 * Thanks
    David
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/responsive-mode-shortcodes/#post-7540869)
 * Hi David,
 * no problem! 🙂 Good to hear that it’s working now!
 * The Responsive Tables Extension can not do this, but you could take a look at
   [https://tablepress.org/extensions/datatables-fixedcolumns/](https://tablepress.org/extensions/datatables-fixedcolumns/)
   instead.
 * Best wishes,
    Tobias
 *  Thread Starter [nistaani](https://wordpress.org/support/users/nistaani/)
 * (@nistaani)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/responsive-mode-shortcodes/#post-7540871)
 * Tobias, thanks so much!
 * Fixed columns is exactly what I’m looking for.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/responsive-mode-shortcodes/#post-7540873)
 * Hi,
 * you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias

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

The topic ‘Responsive Mode shortcodes’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/responsive-mode-shortcodes/#post-7540873)
 * Status: resolved