Open Allylk opened 2 months ago
You added the drag handle and the auto joiner extension to the drag handle configuration, which wont work. You need to add both to your tiptap extensions. It would also be helpful to see your table configuration
its just normal tables
Table.configure({
resizable: true,
}), TableRow, TableHeader, TableCell
could u show me how to add the code separately? Thanks.
you need to set the allowTableNodeSelection option to true, in order to make the complete table selectable. If you still not sure how to do it, have a look at the docs
That worked. thank you very much.
if i drag and drop a table its getting duplicated instead of moving. is there a way to fix this? My configuration below
i also tried without
AutoJoiner
. any help would be apricated.