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

    Is it possible to add other Quasar components like a QPopOver to a QTree node?

    Framework
    3
    9
    1547
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A3an
      A3an last edited by

      Hi,

      Is it possible? I tried adding the HTML for it to the ‘title:’ property, but it is not recognised by Vue, because it’s not part of the render process, I suspect.
      I’ve also tried breaking out of the <span>, but that doesn’t work either.

      I need to add actions to a node in the tree.

      Thanks!

      1 Reply Last reply Reply Quote 0
      • benoitranque
        benoitranque last edited by

        QTree is undergoing full rewrite for v0.15 due out this month. Will introduce new capabilities, unsure about the details

        kenium 1 Reply Last reply Reply Quote 1
        • kenium
          kenium @benoitranque last edited by

          @benoitranque For Christmas? ahah… 🙂

          1 Reply Last reply Reply Quote 0
          • A3an
            A3an last edited by

            @benoitranque Thanks Benoit, really looking forward to it! Thanks again to @rstoenescu and team for Quasar, it rocks!

            1 Reply Last reply Reply Quote 0
            • benoitranque
              benoitranque last edited by

              By the way if you want to check it out, clone que quasarframework/quasar repo, install dependencies, and run quasar dev. I checked it out last night and it is looking great, much better!

              1 Reply Last reply Reply Quote 0
              • A3an
                A3an last edited by A3an

                @benoitranque I just did that, thanks! I can see HUGE additions to the code for QTree, I can’t wait to get it up and running.

                However, I can’t get quasar dev working, it starts, and then almost immediately returns, with no message or error message at all.

                I had this kind of problem once before, when the default port 8080 was in use. I tried changing the port to an unused port (3004 or 3005) in dev/build/script.dev.js, but it still doesn’t work. Literally, this is the output on my cmd line:

                C:\xampp\htdocs\quasar>quasar dev
                
                
                
                C:\xampp\htdocs\quasar>
                
                1 Reply Last reply Reply Quote 0
                • benoitranque
                  benoitranque last edited by

                  Habe you tried switching to the dev folder withing the repo clone, and running from there?

                  1 Reply Last reply Reply Quote 0
                  • A3an
                    A3an last edited by

                    @benoitranque Yes, I just tried that. Same result. Sorry, It took a while, we had a power failure here due to lightning and hail. Is there any way to get some sort of error message? I could work from that.

                    1 Reply Last reply Reply Quote 0
                    • benoitranque
                      benoitranque last edited by

                      I’m sorry but this is not an usual problem so your guess i as good as mine.
                      If you have issues with the port being already occupied (this should give you an error message saying exactly that) check for any running node processes in task manager.

                      Can’t help but notice you have it within xampp folder, could that have anything to do with it?

                      Quasar v0.15 will be out this month, so you could just be patient and wait for release.

                      If you want a sneak peek her is what I did:

                      git clone https://github.com/quasarframework/quasar.git
                      
                      cd quasar
                      
                      npm install
                      
                      quasar dev
                      

                      this should show you the dev version of quasar v0.15
                      Lots of new goodies!

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post