Albert Kaaman
Albert Kaaman
The only thing I'm hesitant on is the name of the event. `column` might be misinterpreted as clicking anywhere in the column, not just the header. (I know the component...
TODO: this has the same issue as optional PR in that empty value is different for different components so just checking `if(model.value)` is probably not enough
When hovering over group item Before  After  Not sure what you mean by active-variant @KaelWD
> How about groups instead so they can be kept while filtering? This was a nice suggestion, until virtual scroll came along :|
This might be platform specific? This is on OS X But on W10 I got the same result as you
Has there been any progress made on this?
In `plugins/vuetify.js`, change `Vue.use` call to ``` Vue.use(Vuetity, { theme: { your theme object }, ...any other potential options } ```
Try downgrading `core-js` to version 2. https://github.com/nuxt/nuxt.js/issues/5315
Set the initial value of `items-length` prop to `x * items-per-page` where `x` is the page you want to start on. I'm not sure if we should call this a...
Which specific example?