Can I customise how days are displayed in QDate? #17997
Unanswered
wsw70
asked this question in
General - Components / Directives / etc
Replies: 1 comment
-
There is no slot in QDate for that so, no. Have a look at at QCalendar, you can change pretty much anything there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to add extra information below each date in QDate (there is not much space, but it would be enough).
The only place that comes close is the ability to highlight days (https://quasar.dev/vue-components/date#highlighting-events), but this is just a list of dates that get a small symbol below.
I did not see any relevant slots in the API either.
Is it possible to modify how a given day is displayed?
Beta Was this translation helpful? Give feedback.
All reactions