Trevixal API
    Preparing search index...

    Interface TableToolbarOptions

    interface TableToolbarOptions {
        commands: TableToolbarCommands;
        container?: HTMLElement;
    }
    Index
    container?: HTMLElement

    Where the floating toolbar is appended. Must be a positioned ancestor of the editor surface, or an ancestor whose own offset parent it shares. The toolbar is positioned absolutely within it.