Pavel
Pavel
The idea to support different types on one property was looked up in another component ([vue-js-modal](https://github.com/euvl/vue-js-modal)), however thinking more about it, it may be needless complexity in the case of...
Hi, @arnedesmedt . Sorry to remind. Is there a chance you'll fix this before Christmas break (it starts Dec 25 for you I assume)? If not any time soon, please...
I'll try to find time for that. Thanks for keeping me informed. Merry upcoming Christmas! :-)
There is some Vue reactive magic going on. `groupBy.js` used to contain `groupRows` data field, which was never read, only assigned in 2 places: `groupedRows()` and `createGroupRow()`. Restoring this data...
Hi, @arnedesmedt . I hope you had good holidays :) Is it possible to release a new build with the above workaround (at least as a first step to solving...
Attaching a diff, so it is clear what I'm talking about in this [comment](https://github.com/arnedesmedt/vue-ads-table-tree/issues/45#issuecomment-568581483). ```diff diff --git a/src/mixins/groupBy.js b/src/mixins/groupBy.js index 75acb4e..b6141d6 100644 --- a/src/mixins/groupBy.js +++ b/src/mixins/groupBy.js @@ -1,12 +1,19 @@...