So maybe you know also about, how to add a q-select to the header section of the datatable?
N
neomobil
@neomobil
0
Reputation
4
Posts
280
Profile views
0
Followers
0
Following
Best posts made by neomobil
This user hasn't posted anything yet.
Latest posts made by neomobil
-
RE: Editable cell Data Table examples?
-
Qselect array structure
Hi everybody!
Is there a simple way to get work Qselect with an array like this,
[ {id: 1, title: ‘title1’}, {id: 2, title: ‘title2’} ]
and not the suggested one
[
{
label: ‘Google’,
value: ‘goog’
},
{
label: ‘Facebook’,
value: ‘fb’
}
] -
RE: Editable cell Data Table examples?
Hi. What about the @click?
I just like show the input field when the user clicks the cell. Otherwise it should be normal string.