Marek Brenčič

Results 18 comments of Marek Brenčič

Tried to give pass order to pagination via $attrs. Doesn't work as there's no binding inside table pagination.

@Lazeeez there's `expandAll()` if you want to expand all on load.

@vegerot the `editor.renameOnType` works in SFCs so no need to use additional plugin for this feature

I had apparently the plugin installed somehow and it was why it worked for me. The `editor.renameOnType` got deprecated and is now under `editor.linkedEditing`.

@mvilab I think he meant getting index + passing optional/his own parameters. I'd love to do the same as I have 2 Containers and could use same method with extra...

I solved it by using parametrized `@drop`. ``` javascript @drop="changeVisibility($event, 'hidden')" ``` ```javascript changeVisibility(dropResult, stateOfVisibility) { // This needs to be here because the drop event is called twice, //...

Lol I implemented something like this with the wrapper around. It can create empty cell if no data for particular th/column are present, sorting, filtration of columns and stuff...want to...

@dcharbonnier It was changed by eslint automatically. I could do that for sure.