Skip to content

1.4.0

Compare
Choose a tag to compare
@DokaRus DokaRus released this 22 Sep 15:27
· 96 commits to master since this release

Added support for paragraphs in the table module.
The new table module is registered as tableModules/main.
The original table module is registered as tableModules/lite
The original module is used by default to maintain backward compatibility.

const TableModule = Quill.import('tableModules/main');

Quill.register('modules/table', TableModule, true);
new Quill(element, { modules: { table: true } });