Title: Table groups
Last modified: August 31, 2016

---

# Table groups

 *  Resolved [enquirer32](https://wordpress.org/support/users/enquirer32/)
 * (@enquirer32)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/table-groups/)
 * It would be useful to be able to distinguish certain groups of tables. At the
   moment one can alter the CSS for all tables or individual tables. I have a situation
   where I might want to create 150 tables – 50 of one kind, 50 another etc. I don’t
   want to change the CSS for each table, and I don’t want an overall CSS values
   for, say, column widths. Unless there is a workaround? Good plugin.
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/table-groups/#post-7310718)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * While there is no user interface for this yet, you could achieve this with “Extra
   CSS classes”, which you can give to each table on their “Edit” screens.
    For 
   example, use classes like
 *     ```
       tablepress-group-1
       tablepress-group-2
       tablepress-group-3
       ```
   
 * etc. and give those to the tables as they fit.
 * Then, you can use them in your “Custom CSS” similar to how you would style single
   tables, e.g.
 *     ```
       .tablepress-group-1 thead th {
         ...
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Table groups’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/table-groups/#post-7310718)
 * Status: resolved