Skip to content

frontid/ckeditor_responsive_table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CKEditor responsible table

CKEditor responsible table plugin.

See the working sample here

Usage

<!-- Plugin required CSS file.-->
<link rel="stylesheet" href="../dist/styles/plugin.css">
<!-- Plugin optional CSS file. Provides a basic styling. -->
<link rel="stylesheet" href="../dist/styles/basic-theme.css">

Add the plugin at your config.js

CKEDITOR.plugins.addExternal('ckeditor_responsive_table', '/ckeditor_responsive_table/dist/plugin.js');
config.extraPlugins = ['ckeditor_responsive_table'];

config.toolbar = [
    {name: 'basicstyles', items: ['ResponsiveTable']}
  ];

About

CKEditor responsible table plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published