Data table
-
I started to use quasar today and it is amazing… I have some questions:
- 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’
- How can i add a text field in a cell?
Thanks
-
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.