Virtual scroll with table use native scrollbar. How to customize it?
Best posts made by Denni
-
How to customize scrollbar in QVirtualScroll?
-
How to move scrollbar inside the table
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)?
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?
-
How to move scrollbar inside the table
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)? -
How to customize scrollbar in QVirtualScroll?
Virtual scroll with table use native scrollbar. How to customize it?
-
QScrollArea. How to always display scroll thumb?
I want to always display scroll thumb. How can I do this?
-
how to update from beta18 to rc4?
How to update quasar-framework from beta-18 to rc4?
-
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!
-
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:
Help me please. How do I fix this? -
RE: How can add font-awesome pro?
@rstoenescu after steps 1, 2, 3 my project folder look like this:
Folder src/boot missing.What do I need to do?