Replies: 1 comment
-
The generics must match in order for declaration merging to work. Make sure it is: |
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.
-
I am trying to create a custom feature that allows the user to bulk edit multiple cells in the same column. The goal is to bring in the copy/paste functionality from Excel: where you can select multiple cells, copy them, and then paste the contents of that block of cells in another area of the table.
I was following the "Custom Features Guide" but it appears Typescript is unhappy about extending "TableOptionsResolved".
So, two questions:
I am basically trying to migrate this guy to V8: useCellRangeSelection - Working on this hook, Ability to select cell ranges and single select (UI demo) #2476
Beta Was this translation helpful? Give feedback.
All reactions