table/tableclipboard
@ckeditor/ckeditor5-table/src/tableclipboard
module
Filtering
Classes
-
This plugin adds support for copying/cutting/pasting fragments of tables. It is loaded automatically by the
Table
plugin.
Functions
-
getTableIfOnlyTableInContent( content, model ) → Element | null
private
Extract table for pasting into table.
Parameters
content : DocumentFragment | Item
The content to insert.
model : Model
The editor model.
Returns
Element | null