Community Extension: custom table #7589
MR5553
started this conversation in
Community Extensions
Replies: 1 comment
-
|
Awesome. What does this table achieve? Do you think there's anything missing in the default Tiptap Table extension, that can be improved? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
export default function TableControls({ editor }: NodeViewProps) {
const [coord, setCoord] = useState<COORD | null>(null);
}
Installation
export default function TableControls({ editor }: NodeViewProps) {
const [coord, setCoord] = useState<COORD | null>(null);
}
Usage
export default function TableControls({ editor }: NodeViewProps) {
const [coord, setCoord] = useState<COORD | null>(null);
}
Type
Node
Other
export default function TableControls({ editor }: NodeViewProps) {
const [coord, setCoord] = useState<COORD | null>(null);
}
Beta Was this translation helpful? Give feedback.
All reactions