Title: [Plugin: WP-Table Reloaded] rowspaning problems
Last modified: August 20, 2016

---

# [Plugin: WP-Table Reloaded] rowspaning problems

 *  Resolved [illusion4000](https://wordpress.org/support/users/illusion4000/)
 * (@illusion4000)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-rowspaning-problems/)
 * Hello!
 * I have a problem with rowspanning.
    like this [http://test.spectr-energo.ru/?cat=16](http://test.spectr-energo.ru/?cat=16)
 * The cells are combined horizontally only.
    Vertically, they are replaced with
   gray and depart
 * Wp ver: 3.4.2
    plugin: 1.9.3
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

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

 *  [alex80ks](https://wordpress.org/support/users/alex80ks/)
 * (@alex80ks)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-rowspaning-problems/#post-3055424)
 * i think that you use wrong row for spanning….i forgot is it row before used for
   that or row after anyway try both combination one must work…
 *  Thread Starter [illusion4000](https://wordpress.org/support/users/illusion4000/)
 * (@illusion4000)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-rowspaning-problems/#post-3055433)
 * Clearly i did this. But it’s not work
 *  [alex80ks](https://wordpress.org/support/users/alex80ks/)
 * (@alex80ks)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-rowspaning-problems/#post-3055435)
 * i haved problem with searchbox not showing and solution was adding one more empty
   colon at end so maybe is that solution.That is all i can help 🙂
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-rowspaning-problems/#post-3055440)
 * Hi,
 * the problem here likely is that you are using rowspan to combine a cell from 
   the table body with a table head cell.
    If you uncheck the “Table Head” checkbox
   for your table, the spanning should work as expected. You will then however lose
   the styling of the head row (light blue background color), so you will need to
   add that back with some “Custom CSS” to the first two rows:
 *     ```
       .wp-table-reloaded-id-48 .row-1 td,
       .wp-table-reloaded-id-48 .row-2 td {
         background-color: #E6EEEE;
         border: 1px solid white;
         padding: 4px;
         color: #3D3D3D!important;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [illusion4000](https://wordpress.org/support/users/illusion4000/)
 * (@illusion4000)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-rowspaning-problems/#post-3055441)
 * Thank’s for all!
    Thank you Tobias! It’s working. Problem solved!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-rowspaning-problems/#post-3055451)
 * Hi,
 * awesome! That is great to hear. Thanks for the confirmation!
 * Best wishes,
    Tobias

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

The topic ‘[Plugin: WP-Table Reloaded] rowspaning problems’ is closed to new replies.

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

 * 6 replies
 * 3 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-rowspaning-problems/#post-3055451)
 * Status: resolved