Please help I need to make it so that empty table cells are not filled in with I have tried the following code but it does not seem to work.
CKEDITOR.on( 'instanceReady', function( ev )
{
ev.editor.dataProcessor.writer.FillEmptyBlocks = false;
});
CKEDITOR.on( 'instanceReady', function( ev )
{
ev.editor.dataProcessor.writer.FillEmptyBlocks = false;
});

Re: FillEmptyBlocks
I am trying to get this to work as well
Re: FillEmptyBlocks
Re: FillEmptyBlocks