William Hoyle

Results 8 comments of William Hoyle

@bogatyrjov1 @iAn-Pinto If anyone is interested, I implemented a small proof of concept for this feature. I didn't need anything too complex for my app but if anyone needs this,...

I can work on a PR for this because it seems like there's enough demand to have this. I'm still using my own forked version with the code I posted...

It looks like we have two choices here. We can go that route, ie: provide a prop called detailedRowComponent like what vuetable-2 does there. However, in order to be more...

Alright we've talked about this enough, let's start putting things in motion to get this feature shipped! What we will need: 1. Updated docs explaining usage, API, examples, etc... 2....

> What if make it even more simple and pass an array of expanded row ID's as a prop to vue-good-table? ```vue ``` I agree this would make it much...

I'd say that's a good start. We can always add some more later. I just finished an initial implementation, if anyone wants to test it out, just add it to...

No problem. Yes that’s still the most recent version, I haven’t touched it since my last post.

Are you doing something like this: ```js ... data( ) { return { expandedOptions: { key: 'id', expandedRows: this.expandedRows, styleClass: 'goods-table-detail-row' }, expandedRows: [] } } ... ``` I don't...