Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Disable Column Tooltip in the Data Table component

    Help
    2
    2
    834
    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.
    • L
      lmza last edited by

      Hi. Is there a way to disable the default Column Tooltip in the Data Table component?

      Something like: tooltip: false in the config would be nice

      Thanks

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

        if you search for and remove this:

        ,(col.label)?_c('q-tooltip',{domProps:{"innerHTML":_vm._s(col.label)}}):_vm._e()
        

        from quasar.esm.js (in two places: var TableContent and var TableSticky) you can remove them from all Data Tables. I found this a good solution for now until whenever the supposedly rewritten datatable component arrives.

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