No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. vmcopm
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 6
    • Best 0
    • Groups 0

    vmcopm

    @vmcopm

    0
    Reputation
    1
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    vmcopm Follow

    Latest posts made by vmcopm

    • RE: how to use node modules ?

      hello @dobbel … still same error. try

      wb.write(‘ExcelFile.xlsx’);

      please.

      posted in Framework
      V
      vmcopm
    • how to use node modules ?

      Hello

      I am trying to use excel4node but no success
      https://www.npmjs.com/package/excel4node

      in a .vue file, before export default, adding the require

      const xl = require('excel4node');
      

      on a method, the following code lines:

      var wb = new xl.Workbook();
            wb.write('ExcelFile.xlsx');
      

      the error:
      workbook.js?cb67:230 Uncaught (in promise) TypeError: Right-hand side of ‘instanceof’ is not an object

      can someone help me how to use a node module in a .vue file?

      posted in Framework
      V
      vmcopm
    • RE: q-table with no horizontal scroll

      thanks @dobbel … it worked 🙂

      posted in Framework
      V
      vmcopm
    • q-table with no horizontal scroll

      Hello.

      Can someone tell me how to not have horizontal scroll on q-table? I need it to be 100% width of the element and td to word wrap.

      Thanks

      posted in Framework
      V
      vmcopm
    • RE: Add an external JS and external tag / component

      Hello @dobbel . thank you very much for your answer.

      posted in Framework
      V
      vmcopm
    • Add an external JS and external tag / component

      Hello all 🙂

      can someone please tell me how do I add this project to my quasar?
      https://codepen.io/vectary/pen/zYOpJyZ

      Thanks

      posted in Framework
      V
      vmcopm