Did you see this section https://quasar-framework.org/components/datatable.html#Custom-rows of doc ? I believe it can help : )

Best posts made by wilcorrea
-
RE: Accessing row data via RowClick
-
RE: How to use skeleton page loading in quasar
I believe he is talking about this https://codepen.io/fathy_ar/pen/zzYeNb
Latest posts made by wilcorrea
-
RE: How to use skeleton page loading in quasar
I didnt see about this in quasar and I dont believe what quasar can include all variations of this approach. Maybe exists anything in npm ecosystem : )
-
RE: How to use skeleton page loading in quasar
I believe he is talking about this https://codepen.io/fathy_ar/pen/zzYeNb
-
RE: Accessing row data via RowClick
Did you see this section https://quasar-framework.org/components/datatable.html#Custom-rows of doc ? I believe it can help : )
-
RE: Dynamically declare data on user click, and send them through vue-resource
I recommend see about VueJS (vuejs.org). You can use a v-for directive with an array of data and the components will be rendered by loop
-
RE: DataTable column start not visible
@rstoenescu Yep, I agree! Thanks again for feedback ; )
-
RE: DataTable column start not visible
Maybe will be better a property be called “hidden” to keep the default behavior what is haves today.
-
RE: DataTable column start not visible
I believe what few changes in “vue-components/data-table/plugins/column-selection/column-selection.js” and “vue-components/data-table/DataTable.vue” will solve it, but I need of a property in columns[field] schema to reproduce the behavior. Can I add the property “visible” to “field”?
-
RE: DataTable column start not visible
I will try do for here, if it works I will send a PR ; )
Thanks @rstoenescu