Kael
Kael
Do you have an example? v2 didn't provide anything to the slots.
> in the API it says it should work No it doesn't
Is this at a specific screen width? It never changes position while scrolling for me. Possibly related to #17126 or #17751
So yes this is #17751, only happens with screen height
If you use a stable key instead of the index it works as expected.
> `` Is this supposed to be `group.dairy`? Doesn't make much sense to show dairy in the category column.
This example also doesn't really work with nested groups (`[{ key: 'dairy' }, { key: 'category' }]`), `{{ item.value }}` puts each group value in the same column without extra...
If it's just for showing the grouped value we probably need to be doing this by default anyway: 
Hmm yeah if you want sorting the sum would have to be done through the groupBy object somehow, can't sort slot contents.