How can I make table headers and footers sticky and only have scroll on table body.
Thanks in advance
M
Best posts made by mohanzeal
-
Sticky table headers and footers (v1.x beta)...
Latest posts made by mohanzeal
-
RE: How to close one or all notifications in v0.15?
https://codepen.io/mohanzeal/pen/MRMzXz , this code will help you to dismiss all the notification and show only current notification at a single point of time.
-
Sticky table headers and footers (v1.x beta)...
How can I make table headers and footers sticky and only have scroll on table body.
Thanks in advance -
how to register a custom global component in quasar 0.17.7
I started using quasar framework for my new project. I want to register a component globally… we used to do that in main.js by importing vue and using Vue.use(‘component’, funciton () {}) but I don’t see main.js in quasar as quasar handles it internally… I think so.
So how can I acheive registering a custom global component(not quasar components which are handled in quasar.conf.js) in quasar project initialized with quasar cli?