I found this and will try it, it should work.
https://forum.quasar-framework.org/topic/844/word-wrap-using-in-datatables
Latest posts made by frankz
-
RE: table cell multirows
-
RE: table cell multirows
@dobbel
I meant that in the cell “Frozen Yogurt " there was also " This is the second row generated from the same data”,
keeping the column width the same.
it was probably best that I specify a multi-line cell -
table cell multirows
how is it possible to build a table with column (s) with multi-row cells?
-
tabs panels
how can I set the height of the panel page to 100%?
this is the link of the example of what I’m trying. -
q-input label position
is it possible to position the label to the left of the input field, instead of at the top?
if the answer was yes, how? -
RE: custom size components
in the codepen link, I see that there are 3 parts HTML, CSS and VUE.
in the CSS part there are the classes that change the values, but I have not understood where in <DIV> or <q-input> I have to define the class that interests me (eg q-field__control). -
RE: custom size components
I can’t understand where the css classes should be selected.
in my case the component I’m talking about is:
<q-input v-model=“text” label=“Label” :dense=“dense” />
perchè non riesco a vedere nessun cambiamento -
RE: custom size components
thanks.
I’m sorry, you’re right, I got confused.
now I will try to play with the link to codepen