Title: Add &quot;responsive&quot; to insert table?
Last modified: August 31, 2016

---

# Add "responsive" to insert table?

 *  Resolved [eventorism](https://wordpress.org/support/users/eventorism/)
 * (@eventorism)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/add-responsive-to-insert-table/)
 * Hi!
 * Would it be possible to add a checkbox to the “insert table” feature (the one
   in the toolbar) to automatically add the responsive flag?
 * So insetad of simply adding [tableid=111] it would also add “responsive=flip”
 * ie [table id=111 responsive=flip /]
 * That would be very nice as we currently do it manually for every table we add,
   which really is no big deal, but sometimes we forget…
 * Thanks!
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/add-responsive-to-insert-table/#post-7071042)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * No, sorry, I don’t really see a good way how this could be implemented.
 * Instead, you could maybe simply make the `flip` mode the default value for all
   tables on your site. If you then don’t want the effect on a table, you’d have
   to add the Shortcode parameter like
 *     ```
       responsive=""
       ```
   
 * To do this, just change line 104 of the tablepress-responsive-tables.php file
   from
 *     ```
       $default_atts['responsive'] = '';
       ```
   
 * to
 *     ```
       $default_atts['responsive'] = 'flip';
       ```
   
 * Regards,
    Tobias
 *  [DhavalSheth](https://wordpress.org/support/users/dhavalsheth/)
 * (@dhavalsheth)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/add-responsive-to-insert-table/#post-7071319)
 * hi,
    i want to do responsive table but as u mention tablepress-responsive-tables.
   php this php file but their is no file like this then how i responsive tabel
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/add-responsive-to-insert-table/#post-7071324)
 * Hi,
 * to get the `flip` mode, you must first install the TablePress Extension from 
   [https://tablepress.org/extensions/responsive-tables/](https://tablepress.org/extensions/responsive-tables/)
   
   You can not use the Row Details Extension then, as the Responsive Tables Extension
   will bring you the `flip` mode. It also contains the mentioned line of PHP code
   that you can change to make the `flip` mode the default for all tables on your
   site.
 * Regards,
    Tobias

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

The topic ‘Add "responsive" to insert table?’ 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/)

 * 3 replies
 * 3 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/add-responsive-to-insert-table/#post-7071324)
 * Status: resolved