Module

paste-from-office/filters/removeinvalidtablewidth

@ckeditor/ckeditor5-paste-from-office/src/filters/removeinvalidtablewidth

module

Filtering

Functions

  • removeInvalidTableWidth( documentFragment, writer ) → void

    Removes the width:0px style from table pasted from Google Sheets.

    Parameters

    documentFragment : DocumentFragment

    element data.content obtained from clipboard

    writer : UpcastWriter

    Returns

    void