myliang / x-spreadsheet

The project has been migrated to @wolf-table/table https://github.com/wolf-table/table
https://myliang.github.io/x-spreadsheet
MIT License
13.98k stars 1.67k forks source link

Sheet disabled in Vue HTML #631

Open udayan-santu opened 1 year ago

udayan-santu commented 1 year ago

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.

berkatik commented 1 year ago

For Vue, you need to add <link rel="stylesheet" href="https://unpkg.com/x-data-spreadsheet@1.1.5/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.