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

    Basic table component with action buttons (Beta 1)

    Help
    1
    1
    349
    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.
    • J
      jriemer last edited by

      I’d like to create a generic table component, i.e. simply binding :columns and :data and let the component do all the magic.
      I now want to add multiple action buttons to each row (so select boxes no option here). I want to do this without needing to add slot templates: <template v-slot:body=“props”> for this would defy the purpose of being generic and I’d have to create templates for each table.
      In short, I’d like to use the basic table from the docs and add three buttons at the end of each row with click event hooks passing on the row data.
      Is there a possibility?

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