Hi,
I would like to ask how to make sticky header in Data Table component ?
There is no documentation for that.
Best posts made by krugeros
-
Data Table sticky header 0.15
-
Services and Axios plugin
Hi,
I am trying to figure out how to build a services for my backend API using the axios plugin in quasar 0.15.
Quasar documentation contains an example of Axios plugin:
http://quasar-framework.org/guide/app-plugins.htmlShould I create another plugin called productsService.vue inside quasar plugins directory? How to reference the axios plugin with productsService plugin ?
Any suggestions?
-
Data Table custom filtering
Hi, Is there any chance to make custom filtering like in react data table: https://react-table.js.org/#/story/custom-filtering ?
I wish to filter server data by desired columns not by single string. Currently quasar data table has one single filter input.
Latest posts made by krugeros
-
RE: Quasar v1.0 beta has arrived
@rstoenescu
Ok but what about Qinput type=“datetime”? Is it possible in 1.0? -
RE: Q-table Slow conditional rendering
I also struggled with many components inside QTable. I replaced them using native html with quasar css:
<button tabindex=“0” type=“button” class=“q-btn inline relative-position q-btn-item non-selectable q-btn-rectangle q-focusable q-hoverable bg-white text-black”><div class=“q-focus-helper”></div><div class=“q-btn-inner row col items-center justify-center”><div>Standard</div></div></button>
This is not good long term solution but I agree that we need some functional components built in into framework - for exapmle: QBtnSimple, QIconSimple etc… This way we can avoid that future change inside framework css will break my native button styled using quasar css. I will create feature request for that using Github. Not everyone knows at the beginning why some components work so slowly using sub components.
-
RE: [SOLVED] Nested Tab Panes
Thank you very much !!!
My mistake was to use the navigation slot instead of the title slot in q-tab. -
[SOLVED] Nested Tab Panes
Hi,
I am trying to figure out how to make nested tab panes like in the following example:
http://reactcommunity.org/react-tabs/Is it possible in quasar framework?
-
RE: Some performance issues
It can be related with this issue:
https://github.com/vuejs/vue/issues/8507 -
RE: Some performance issues
I have the same issues with QDataTable. It seems like QDataTable slows down my web browsers after a few cycles of pagination and filter actions.