Skip to content
Discussion options

You must be logged in to vote

This is my resources/views/flux/editor/table.blade.php:

<flux:tooltip content="{{ __('Table') }}" class="contents">
    <flux:editor.button x-on:click="$el.closest('[data-flux-editor]').editor.chain().focus().insertTable().run()">
        <flux:icon.table-cells class="size-5!" />
    </flux:editor.button>
</flux:tooltip>

<flux:dropdown position="bottom start">
    <flux:editor.button tooltip="Column" class="">
        <flux:icon.between-vertical-start class="size-5!" />
        <flux:icon.chevron-down class="size-4!" />
    </flux:editor.button>

    <flux:menu>
        <flux:menu.item x-on:click="$el.closest('[data-flux-editor]').editor.chain().focus().toggleHeaderColumn().run()" icon="t…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Kjohnny71
Comment options

Answer selected by Kjohnny71
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants