vue-excel-editor icon indicating copy to clipboard operation
vue-excel-editor copied to clipboard

Button in cell

Open egwald opened this issue 4 years ago • 2 comments

It is possible to have a button in a cell?

Something like this: <b-button variant="primary" size="sm" class="mr-1" :href="'/projectdata_import/' + row.item['PRKK-ID']">

egwald avatar Jan 26 '21 12:01 egwald

Currently not support. A button seems is such an eyesore for a small cell. I may introduce another way to implement this in later version. Thanks for your suggestion.

cscan avatar Jan 27 '21 01:01 cscan

+1 button or always visible hyperlink (without holding alt key) on a read only cell would be great