It worked! Thanks for the solution @metalsadman. Much appreciated!
Best posts made by fadhilradh
-
RE: [Solved] Getting the Number of Displayed QTable Rows
-
Change Height of Q-Toolbar and Styling Q-Select Label
Hi
I want to change the height of the top toolbar so it become shorter. I am having 2 q-toolbars while the bottom has inset property
Also I want to make the label for Q-Select become bold and change its font size.
How to achieve these two things ?
Thanks
Latest posts made by fadhilradh
-
How to offset Q-Carousel-Control ?
Hello,
I have a problem where I want to offset my Q-Carousel-Control outside :
I have read the documentation : https://quasar.dev/vue-components/carousel#qcarouselcontrol-api but I don’t understand how to use it. I tried to put <q-carousel-control> tag and offset attribute inside <q-carousel> but it does not work
Your help will be much appreciated. Thanks
-
RE: Change Height of Q-Toolbar and Styling Q-Select Label
Thanks for your answers @dobbel @fdlmhmd29
I have resolved my problem for the height of Q-toolbar
as for your answer @fdlmhmd29 :
For instance:
<q-toolbar-title class=“text-weight-medium” />My problem is not the styling of toolbar title but the styling of Q-select label.
You can refer to my screenshot.
I want to change its font color, size and weightSo far I have tried to edit css via Chrome’s dev tool but i’m not able to accomplish it yet
-
Change Height of Q-Toolbar and Styling Q-Select Label
Hi
I want to change the height of the top toolbar so it become shorter. I am having 2 q-toolbars while the bottom has inset property
Also I want to make the label for Q-Select become bold and change its font size.
How to achieve these two things ?
Thanks
-
RE: [Solved] Getting the Number of Displayed QTable Rows
It worked! Thanks for the solution @metalsadman. Much appreciated!
-
[Solved] Getting the Number of Displayed QTable Rows
Hello.
I want to get the number of displayed Q-table rows. I use pagination, and I want the number of displayed rows updated when user click the next arrow.
In the picture above, I want to show text ‘Showing 6 from 41 data’
I found this exact dynamic data that I need available inside Q-Table component. I want to get the computedRows’ length. Is it possible to get it ?
Thanks