Data Table component
-
New component coming up: Data Table (which replaces Grid from Quasar up to v0.7). Much more advanced with lots of new features! Stay tuned.
-
@rstoenescu this is great news, this component was what I was missing for my project.
-
Released Quasar v0.10 with DataTable and AjaxBar comps. Check them out & enjoy!
-
It looks great on Chrome but when selection or a sticky columns are used the layout is broken on Firefox (v50.0.2 on Linux).
I was checking the online version at - http://quasar-framework.org/quasar-play/android/index.html#/showcase/web-components/data-table -
@dejan Will investigate. Can you please open an issue for this? Thx for reporting!
-
@rstoenescu Great component! However one question, I can’t seem to find how to make the searchbar always open like in the demo page, instead I get an icon that opens the search. Any tips on how to make it stay open?
-
@rikuw Just use latest Quasar (v0.12) and make sure you specify which columns are filterable (
filter: true
for each column definition).