You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
This may not be a bug, but more of an issue with Vue integration. Thank you so much for the time on this awesome library! If this is not the correct forum, please close out, but I sure could use some help.
The problem is, after calling setData, pasting the selectable range no longer works and the console warns No bounds defined on Range
I can confirm this is not an issue with tabulator, but only an issue when integrating with Vue.
Tabulator Info
Version 6.3
Working Example
Here is a working JSFiddle without Vue integration.
Here is the broken JSFiddle that is nearly identical, with Vue integration.
To Reproduce
Go the Vue JS Fiddle (2nd link)
Copy and Paste a range to see that it does work (optional)
Hit the "Set Data" button
Try copying and pasting another range, and see it does not work.
Expected behavior
I expect the copying and pasting to still work after calling setData
Desktop
Browser Chrome
Additional context
It works if I change setData to updateData but I would prefer to use setData for reasons of historical cell data like CellComponent.getInitialValue().
Once again, thank so much for the time spent on this awesome library!
The text was updated successfully, but these errors were encountered:
Describe the bug
This may not be a bug, but more of an issue with Vue integration. Thank you so much for the time on this awesome library! If this is not the correct forum, please close out, but I sure could use some help.
I also have the question on stackoverflow
I'm trying to set up a tabulator table with Vue and Selectable Cell Range with Clipboard based on this example from Tabulator and these Vue Integration docs from Tabulator
The problem is, after calling setData, pasting the selectable range no longer works and the console warns
No bounds defined on Range
I can confirm this is not an issue with tabulator, but only an issue when integrating with Vue.
Tabulator Info
Version 6.3
Working Example
Here is a working JSFiddle without Vue integration.
Here is the broken JSFiddle that is nearly identical, with Vue integration.
To Reproduce
Expected behavior
I expect the copying and pasting to still work after calling setData
Desktop
Additional context
It works if I change
setData
toupdateData
but I would prefer to usesetData
for reasons of historical cell data likeCellComponent.getInitialValue()
.Once again, thank so much for the time spent on this awesome library!
The text was updated successfully, but these errors were encountered: