1 2 3 4 5 6 7 8 9
'use client'; import { TablePlugin } from '@udecode/plate-table/react'; export const tablePlugin = TablePlugin.configure({ options: { enableMerging: true, }, });