Title: Responsive Issues
Last modified: December 10, 2018

---

# Responsive Issues

 *  Resolved [amanfre](https://wordpress.org/support/users/amanfre/)
 * (@amanfre)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/responsive-issues-27/)
 * Hi Tobais,
 * Having two issues with the responsive table. The responsive plugin is installed
   and works fine when using the shortcode in the subject page. The issues I’m having
   are;
 * 1. When inserting the table shortcode in a tab plugin, responsive no longer works
 * 2. Also when including filter code to sort rows based on key words the responsive
   doesnt work but the filter does.
 * The shortcode I’m using is [table id=1 responsive= collapse, filter=”live”/]

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/responsive-issues-27/#post-10967940)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * 1. Are you using the `collapse` mode in the tab? I’m afraid that that will not
   work, because the DataTables JS library is not really compatible to the tabs 
   here. Mainly, the reason is that necessary widths calculations can not be done,
   because the table is initially hidden in the tabs. You will need to move the 
   table out of the tab or use e.g. the `scroll` mode.
 * 2. That Shortcode looks a bit strange (especially the comma). Please try
 *     ```
       [table id=1 responsive="collapse" filter="live" /]
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [amanfre](https://wordpress.org/support/users/amanfre/)
 * (@amanfre)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/responsive-issues-27/#post-10968022)
 * Hi,
 * Yes Im using that exact shortcode as a template then importing that into the 
   tab plugin.
 * I’ve tried it with all the modes, scroll and flip included and responsive doesnt
   work either.
 * I only have one table and I wanted to have 3 tabs which filter the table based
   on 3 different key words. If the tabs dont make it work responsive wise, what
   can I do to let the user flick through the different 3 filters? im trying to 
   avoid creating 3 separate tables to achieve this result.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/responsive-issues-27/#post-10968164)
 * Hi,
 * Can you please post a link to the page with the table where this problem happens,
   so that I can take a direct look? Thanks!
 * Regards,
    Tobias
 *  Thread Starter [amanfre](https://wordpress.org/support/users/amanfre/)
 * (@amanfre)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/responsive-issues-27/#post-10972781)
 * Hi, Ive managed to resolve, the scroll option works. Thanks.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/responsive-issues-27/#post-10973337)
 * Hi,
 * great! Thanks for the update on this!
 * Best wishes,
    Tobias

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

The topic ‘Responsive Issues’ 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/)

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