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
    1. Home
    2. Denni
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 15
    • Best 2
    • Groups 0

    Denni

    @Denni

    4
    Reputation
    111
    Profile views
    15
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Denni Follow

    Best posts made by Denni

    • How to customize scrollbar in QVirtualScroll?

      Virtual scroll with table use native scrollbar. How to customize it?

      posted in Help
      D
      Denni
    • How to move scrollbar inside the table

      1702fb62-7096-4377-bc39-441f2ae0abe0-image.png
      I use virtual scroll type=“table”. It is on the right of the table. How to move it between header and footer (red rectangle on the screen)?

      posted in Help
      D
      Denni

    Latest posts made by Denni

    • How to select month and year only?

      Me need to select only month of year. How can I do this?

      posted in Help
      D
      Denni
    • How to move scrollbar inside the table

      1702fb62-7096-4377-bc39-441f2ae0abe0-image.png
      I use virtual scroll type=“table”. It is on the right of the table. How to move it between header and footer (red rectangle on the screen)?

      posted in Help
      D
      Denni
    • How to customize scrollbar in QVirtualScroll?

      Virtual scroll with table use native scrollbar. How to customize it?

      posted in Help
      D
      Denni
    • QScrollArea. How to always display scroll thumb?

      I want to always display scroll thumb. How can I do this?
      0ae611ea-5cfd-40ad-b3df-4c921470e7fb-image.png

      posted in Framework
      D
      Denni
    • RE: how to update from beta18 to rc4?

      @s-molinari thanks!

      posted in Framework
      D
      Denni
    • how to update from beta18 to rc4?

      How to update quasar-framework from beta-18 to rc4?

      posted in Framework
      D
      Denni
    • RE: How can add font-awesome pro?

      I replaced in my “./config/quasar”

      //import iconSet from 'quasar/icon-set/fontawesome-v5.js'
      import iconSet from '@fortawesome/fontawesome-pro/js/all.min';
      

      and all work fine!

      posted in Help
      D
      Denni
    • RE: How can add font-awesome pro?

      @rstoenescu
      my main.js:

      import './config/quasar';
      import '@fortawesome/fontawesome-pro/css/fontawesome.min.css'
      //import '@fortawesome/fontawesome-pro/css/brands.min.css'
      import '@fortawesome/fontawesome-pro/css/light.min.css'
      import '@fortawesome/fontawesome-pro/css/solid.min.css'
      import '@fortawesome/fontawesome-pro/css/regular.min.css'
      

      my ./config/quasar

      import Vue from 'vue'
      import {
        Quasar,
        ...
      } from 'quasar'
      import iconSet from 'quasar/icon-set/fontawesome-v5.js'
      
      Vue.use(Quasar, {
        ...
        iconSet,
      });
      

      My template:

      <q-icon
        name="fal fa-atom-alt"
      />
      <q-icon
        name="fas fa-atom-alt"
      />
      <q-icon
        name="far fa-atom-alt"
      />
      

      fas and far icons are visible for one moment only. Then:
      alt text
      Help me please. How do I fix this?

      posted in Help
      D
      Denni
    • RE: How can add font-awesome pro?

      @rstoenescu thank You very very! This work! 🎆

      posted in Help
      D
      Denni
    • RE: How can add font-awesome pro?

      @rstoenescu after steps 1, 2, 3 my project folder look like this: screen
      Folder src/boot missing. 😕 What do I need to do?

      posted in Help
      D
      Denni