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

    Tooltip for tree nodes

    Framework
    2
    3
    246
    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.
    • D
      DineshDinux last edited by

      Hi,

      How to get the Tooltip for selected tree nodes?

      Thanks.

      A 1 Reply Last reply Reply Quote 0
      • A
        ArkIv @DineshDinux last edited by

        @DineshDinux

        <q-tree  . . .  . . .  . .>
          <template v-slot:default-header="prop">
            <div class="row items-center text-no-wrap no-wrap">
                {{prop.node.name}}
                 <q-tooltip :delay="1500" :offset="[0, 10]" max-width="250px">
                    {{ prop.node.id }}  <br />  {{ prop.node.name }}
                 </q-tooltip>
             </div>
          </template>
        </q-tree>
        
        1 Reply Last reply Reply Quote 0
        • D
          DineshDinux last edited by

          Hi Arklv,

          Thanks for you code. Its working.

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