MCE Table Buttons
Adds table editing controls to a third row in the WordPress classic editor.
A very light weight plug-in based on a slightly modified version of the table editor plug-in included with the full version of TinyMCE. Only includes English localization; please let us know if you would like additional localizations added. The table editing toolbar will hide and display with the “kitchen sink” (activated with the button that looks like 3 rows of squares on the first toolbar row in the editor).
Note that this should not be used with other plug-ins that significantly alter the editor’s default behavior. It is intended to be a simple, light weight solution for editors who only want to add table management to WordPress’ included editor.
Norman Koren on
Tables were working fine until I “upgraded” to WordPress 3.5.1. Not I can’t edit a table; I can only insert, which is a bit disastrous.
Norman Koren on
OK to cancel this. It started working again when my son updated ALL the plugins.
Bruno on
Really liked your theme and your plugins!
Jake Goldman on
Thanks!
vijaya on
how to remove extra blank spaces () at above table?????
Bryan on
Hi Jake, Is there a max number of rows? I have an issue where sorting alphabetically restarts at a certain point.
-Thanks
Jake Goldman on
No coded limit, no.
Eugene Stolin on
I use a theme which has an extra row in the kitchen sink. MCE Table Buttons is being added at the same row. How hard is it to make MCE Table Buttons to be in own row?
Jake Goldman on
Not hard, but it would require forking the code. Maybe a filter in the next version…
Kowshik on
Hi,
I have installed and activated the plugin but it still same. Please see the screenshot: http://awesomescreenshot.com/09b183l331
Do I need to activate any other option??
Thanks
Jake Goldman on
See that last button? That’s the kitchen sink button – click it to show extra toolbars, including tables!
Dylan Lochhead on
Any idea why cell border, cell padding, and cell spacing are not working on any of my sites? Is there something I need to do?
Jake Goldman on
Probably a reset CSS stylesheet in your theme… Not much you can do about that, short of adding your own styles.
joketart on
the plugin is great. however, my client have list of product like 20+ column per row and over 1k row of items to list in. it cannot support.
it shows “413 Request Entity Too Large” page
please help ? thank you.
Jake Goldman on
I’m guessing that’s WordPress rejecting the size of your content, not anything particular to the plug-in. You should probably rethink your approach here.. perhaps those items should be custom post types, which the theme generates in a table, rather than maintained in one HUGE table?
Farzan on
Hi. Thanks for the great plugin.
I use wp_editor to add a custom wysiwyg editor. How can I enable table buttons on that editor too ?
My add meta box code is this :
$values = get_post_custom( $post->ID );
$specifications = isset( $values[‘bikes_meta_box_specifications’] ) ? ( $values[‘bikes_meta_box_specifications’][0] ) : ”;
wp_editor($specifications,’bikes_meta_box_specifications’);
Jake Goldman on
It should add itself to any full instance of wp_editor automatically. Just open up the kitchen sink (the last button in the first row, typically).
Duane van Hoogen on
Hey mate, thanks for the great plugin! I have one problem, though. I want the table to not show his borders on my page. Tried with border: 0px and color #fff, but it still shows. Can you help me with this?
Duane van Hoogen on
To show what i mean: http://emclogics.com/the-network/partners/
Jake Goldman on
It’s most likely an override in your theme’s stylesheet.
Don Lee on
Can I remove the horizontal lines?
Jake Goldman on
What horizontal lines?
Maria Nehro on
Hi,
Since a few days I´ve got big problems when I edit my WP sites, where I use MCE Table Buttons. It´s a great plugin, I just love it, but suddenly the cursor does not stay where I put it, so it´s almost impossible to create new table rows. Even worse, is the situation when I select a Word or a line of text to create a link. Then the selection moves around and multiple table rows, or even the entire table is marked blue. This soon drives me crazy! I know it’s MCE Table Buttons causing the problem, because if I disable the plugin, everything works normally in edit mode. But I really need my tables, I have lots of lists on my WP site, which need to be in tables to look neat. Please, help!
Melvin on
hi i love to see this plugin work. but when i click on the ‘insert new table’, a small window comes up (which supposed to be the setting of the table), blank. i waited for a long time and nothing else appears. is there something i did wrong or i have to do or disable?
Darius on
Hello, very nice plugin, but I ran in to one problem, vertical align is not working becouse of new coding style. The plugin codes something like that:
but unfortunetly its only works when it looks like that: Any ideas how to solve the problem, is there any easy way to modify your plugin to make the code in new style?
Heather on
Hi , use your plug in extensively– olve the plug in, it works great– but today it disappeared, along with the kitchen sink button.. any thoughts?
Manuel Rodriguez on
Hi!
I’ve installed the plugins and works almost perfect! I have a problem in the editor. When I create a table, i cannot see any cols. They’re there, but it doesnt show up in the editor. Here it is and screenshot:
https://docs.google.com/file/d/0B1w9eMMX0Z1ZdVdaR0MxdmpRZkk/edit?usp=drivesdk
What can i do?
Jake Goldman on
It’s almost certainly the editor stylesheet for your theme.
Big Dave on
Love the plug-in but it no longer works in the shortly-to-be-released WordPress 3.9. You may find this link interesting:
http://wordpress.org/support/topic/beta-39-plugin-icons
Jake Goldman on
Yep – the new version has been updated to support Tiny MCE 4!
James on
Hello, just want to say nice work on this plugin, I really like it. Curious though, I would like to customize the output of the table’s html, specifically adding classes to the table element and other elements. My goal is to have those classes as default/preset so the user does not have to worry about making selections. Is this possible, if so any direction that you can provide would be awesome! Thanks!
scott on
We use Advanced Custom Fields: Flexible Content Field and MCE Table Buttons. In the past we have had the table buttons availble to add content into the flexible content field. But recently the table buttons are no long available. The table buttons are however available in the main content are when making new pages. Any idea how I can get the buttons back in the flexible content area? Thanks.
Jake Goldman on
I have a feeling the ACF plugin is missing some important hooks. I’ll investigate.
jesse on
Hmmm – seeing the same thing here. The last update saw the MCE Table buttons disappear from the editor.
Warren on
Hi
I have installed MCE Table Buttons in WP 3.9 (standard Twenty Thirteen theme), and only see one additional button in the expanded toolbar – a generic table dropdown table menu with very few editing options. For example, there is no option to change the color of a cell, etc.
Your site suggests that the plugin installs another toolbar row, with multiple buttons to edit table properties, cells properties, etc.
Should MCE Table buttons display separate buttons in the toolbar with WP 3.9? Or only one dropdown table menu?
I have not discovered any settings for the plugin where I might be able to change this appearance.
Thanks,
Warren
Jake Goldman on
Yep – it’s moved to a single button in 3.9.