Title: Responsive
Last modified: August 30, 2016

---

# Responsive

 *  [Mkom](https://wordpress.org/support/users/mkom/)
 * (@mkom)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/responsive-261/)
 * Unfortunately Easy Table is not responsive. Are there any plans to make it responsive?
 * [https://wordpress.org/plugins/easy-table/](https://wordpress.org/plugins/easy-table/)

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

 *  [stevespeirs](https://wordpress.org/support/users/stevespeirs/)
 * (@stevespeirs)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/responsive-261/#post-6640315)
 * I’m hoping for this feature too.
 *  [mradamstrange](https://wordpress.org/support/users/mradamstrange/)
 * (@mradamstrange)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/responsive-261/#post-6640330)
 * I think all of us are
 *  Thread Starter [Mkom](https://wordpress.org/support/users/mkom/)
 * (@mkom)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/responsive-261/#post-6640331)
 * The development is ceased. I already found an alternative.
 *  Plugin Author [takien](https://wordpress.org/support/users/takien/)
 * (@takien)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/responsive-261/#post-6640332)
 * Hello, this feature is in development.
    Thank you.
 *  [colinfrd](https://wordpress.org/support/users/colinfrd/)
 * (@colinfrd)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/responsive-261/#post-6640335)
 * Hi takien,
 * When will this feature be released?
 * Thanks
    Colin
 *  [acn](https://wordpress.org/support/users/acseven/)
 * (@acseven)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/responsive-261/#post-6640341)
 * I’m using some custom CSS to get some responsive behavior:
 *     ```
       .easy-table table, .easy-table thead, .easy-table tbody, .easy-table th, .easy-table tr, .easy-table td {
               display: block;
           }
   
           .easy-table thead {
               display: none !important;
           }
   
           table.easy-table td {
               border: none !important;
           }
   
           table.easy-table tr:nth-of-type(odd) {
               background: rgba(255,255,255,.5);
           }
   
           .easy-table td {
               display: table-caption;
               caption-side: bottom;
               width: 300%;
           }
   
           .easy-table td:first:before {
               /*content: "can place dummy content here"; */
               float: left;
               text-align: left;
               width: 50%;
               display: inline-block;
           }
       ```
   
 * One big limit with this is that the headers will still be present one time (or
   none at all in the example above). If someone know how to relocate the headers
   to repeat before each cell it would be a whole lot better.
 * There are certainly better ways of doing this (this is a 4 column layout), but
   it works for me.

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

The topic ‘Responsive’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-table_aeb393.svg)
 * [Easy Table](https://wordpress.org/plugins/easy-table/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-table/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-table/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-table/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-table/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-table/reviews/)

## Tags

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

 * 6 replies
 * 6 participants
 * Last reply from: [acn](https://wordpress.org/support/users/acseven/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/responsive-261/#post-6640341)
 * Status: not resolved