Just can't get them to show.
I've added this
extraPlugins: 'stylesheetparser,showblocks,table,tabletools',
Do I need to add anything in the Toolbar config to show the Tools? ...as below
toolbar: [
{ name: 'document', items: [ 'Source', 'TableTools' ] },
Help much appreciated
You need the plugin installed
You need the plugin installed. Best way to add tabletools via CKBuilder. Once you have added your table just right-click it, and you should have all the options. You can also add an advanced tab by also adding the Advanced Tab for Dialog plugin.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Please also note that
Please also note that TableTools is just a name of a toolset that enables the table context menu options and not a separate feature that will be available in the toolbar (hence you don't need to add it to the toolbar definition).
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!