Title: TablePress Plugin: Possible Features
Last modified: July 25, 2018

---

# TablePress Plugin: Possible Features

 *  Resolved [andyward75](https://wordpress.org/support/users/andyward75/)
 * (@andyward75)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/tablepress-plugin-possible-features/)
 * With regard to the TablePress plugin for WordPress – are any of the following
   possible? If so, could you let me know how to achieve them and if not, might 
   you consider these for a future release?
 * 1. Can you Insert more than 1 row at the same spot?
    2. Can you cut/copy/paste
   multiple/whole rows or columns? 3. If a cell is empty and the cursor was positioned
   therein can we do without the messsge to tell us to do that when we require to
   insert an image? 4. Can columns be designated headers as well as rows? So, column
   1 in particular 5. Can you export the register of tables? So – say to a CSV of
   ID, name and description. Possibly with last update date/time 6. Can you export
   a list of posts or pages where the tables are used?
 * I must say that this is a gret plugin and works very well.
 * Many Thanks

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/tablepress-plugin-possible-features/#post-10529719)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * 1. Yes, with a little trick: While clicking the “Insert” button, hold down the“
   Shift” key. This will keep the checkbox next to the row checked, so that you 
   can immediately click the button again.
 * 2. No, sorry, that’s not possible.
 * 3. You will only see the message once per visit on the “Edit” screen, i.e. as
   soon as you insert multiple images, you will only get the reminder once.
 * 4. That’s possible for styling purposes, but not for functionality. The reason
   is that HTML tables are laid out in rows and then cells.
 * 5. That’s an interesting question. I’m not aware of a quick solution here, right
   now. Your best chance might be to select all rows on the “List Tables” screen
   with the mouse and then copy/paste into e.g. Excel.
 * 6. I thought about adding a feature like that before, but the problem is that
   there are different ways of inserting a table somewhere, like the Shortcode, 
   template tag function, text widget, etc., so that it’s not reliably possible 
   to find all tables.
 * Regards,
    Tobias
 *  Thread Starter [andyward75](https://wordpress.org/support/users/andyward75/)
 * (@andyward75)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/tablepress-plugin-possible-features/#post-10529837)
 * Thanks for that Tobias.
 * 1. Understand and will do that. Thanks
    2. Pity 3. Understand 4. Yes I meant 
   for styling purposes. Allow the column to be highlighted. 5. OK. Understand what
   you’re saying 6. Understand.Pity though
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/tablepress-plugin-possible-features/#post-10529896)
 * Hi,
 * good to hear that these helped!
 * For 4., you could simply use CSS like
 *     ```
       .tablepress-id-123 .column-1 {
         background-color: #ff0000 !important;
       }
       ```
   
 * Regards,
    Tobias

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

The topic ‘TablePress Plugin: Possible Features’ 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
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/tablepress-plugin-possible-features/#post-10529896)
 * Status: resolved