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

    Data table

    Help
    2
    2
    723
    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.
    • E
      edufSantos last edited by

      I started to use quasar today and it is amazing… I have some questions:

      1. I need a checkbox inside the data table that will hold the object id. How can i set the object id as value of the checkbox and how can i send it as array?

      I was able to show the checkbox using selection : ‘multiple’

      1. How can i add a text field in a cell?

      Thanks

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

        Hello

        If you take a look a the first code example here you will learn about slot render. You can render anything you want inside a cell by using slots. There is also a “selection” slot wich gives you the items that are selected using checkbox. In both casses you can access the data using the scope atribute.

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