x-spreadsheet
x-spreadsheet copied to clipboard
Sheet disabled in Vue HTML
Hello. please see the pen https://codepen.io/udayan-basak/pen/PoajVqP It works fine in without vuetifyjs. But when i going to implement from Created() or Mounted() This bugs showing.
For Vue, you need to add
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/xspreadsheet.css">
otherwise it is not working. Also implement it in mounted, since the component is not rendered during created it causes some problems. For other applications, you can make use of nextTick property too.