vue-ads-table-tree icon indicating copy to clipboard operation
vue-ads-table-tree copied to clipboard

Make selectable property more configurable: false, true/'multi', 'single'. Also...

Open pavelav opened this issue 5 years ago • 1 comments

... require Ctrl to deselect a row to match the declared file manager behavior.

pavelav avatar Jan 30 '20 19:01 pavelav

The idea to support different types on one property was looked up in another component (vue-js-modal), however thinking more about it, it may be needless complexity in the case of selectable property. See the next commit for a simpler alternative using just the String type and the following values: undefined, 'single' and 'multi'. To make things more explicit undefined could be change to 'no' I guess. Please have a look. Thanks!

pavelav avatar Jan 30 '20 20:01 pavelav