Closed h-tendy closed 4 years ago
Hey @h-tendy
This issue has already been raised against the core tabulator-tables library, a fix has been pushed to the 4.8 branch which will be released in the next couple of weeks, in the mean time if you need to have that functionality working, using the 4.6 version of Tabulator is recomended
Oli :)
That's super. Thanks for the quick response. I'll remember to check the tabulator-tables
github page as well.
Hi Oli - I'm using the latest
react-tabulator
along with the latesttabulator-tables
. I have setup the table to use arowFormatter
. With this setup, when I try to copy the table to the clipboard, I get an exception thatgetComponent
is not a function.I traced this down to js/modules/export.js: line 548. (Confirmed by making this fix locally). Just replace
row.getComponent()
torow.component
. Please confirm and get this fixed?Appreciate it and thanks.