CKEditor plugin for intuitive table cells selection (like MS Excel or Google Docs). This is wrapper for CKEditor about tablecellsselection jQuery plugin
CKEDITOR.replace( 'editor1',{
extraPlugins:'ckeditortablecellsselection'
});
For more info see "Installing Plugins" official documentation
Integrate with CKEditor Selection API.
The MIT License (MIT).