vue-xlsx-table
vue-xlsx-table copied to clipboard
On select file function is not called.
Hello,
I have an issue with getting the data from the .xlsx file. On select file sometimes the function is called and sometimes it's not called. In my project I set more vue-xlsx-table
components because I load different .xlsx files. Is that the issue or something else? I don't know why so can someone please help me?
Here is my code from template:
<vue-xlsx-table @on-select-file="testFunction">Test</vue-xlsx-table>
Here is my function:
methods: { testFunction: function (convertedData) { console.log(convertedData) }, }
could you resolve this? same problem @Reollyn