Xyven

Results 19 comments of Xyven

Assuming some docs are needed to pull this PR. Let me know if that is the case.

Yeah, I have a more specific example. I'll write it up sometime today and post the code here with some screen shots

Here is a better example @KaelWD. Im noticing some definite pain points with the current implementation, such as not having access to previous the entire nested groupBy keys, and having...

Noticing some things immediately and wondering if I should fix. https://github.com/vuetifyjs/vuetify/blob/dfafe8946afd2ed340a6c2d29c88383b320d13a9/packages/api-generator/src/locale/en/VDataTable.json#L39 is missing ``"[`column.${string}`]"`` slot, and the description for ``"[`column.${string}`]"`` in VDataTableVirtual.json is not the clear, if I am understanding...

> Would it be possible to sort the headers also based on columns first followed by grouped rows. Essentially it’s a multi sort. I'm a little confused, what exactly do...

Yeah, this makes the most sense to me. By defining an aggregate function for each column, the slot can be passed the aggregated value along with the rest of the...

Until such a time as the aggregate issue is addressed this feels complete. I addressed all docs I could find, so I think this can be merged. I performed all...

Hey, I haven't looked at this PR in a while. Like I mentioned in my previous comment, the aggregation API could in a certain way make this PR obsolete. I'm...