Open nusendra opened 6 years ago
@nusendra Thanks. Will do.
nice. I love this package
I'm using this code for replace your slot template
<div class="custom-actions" slot="actions" slot-scope="props">
<button class="btn btn-default"
@click="onAction('view-item', props.rowData, props.rowIndex)">
<i class="zoom icon"> A</i>
</button>
<button class="btn btn-default"
@click="onAction('edit-item', props.rowData, props.rowIndex)">
<i class="edit icon"> B</i>
</button>
<button class="btn btn-default"
@click="onAction('delete-item', props.rowData, props.rowIndex)">
<i class="delete icon"> C</i>
</button>
</div>
https://github.com/ratiw/vuetable-2-tutorial/wiki/lesson-11
please update the slot section.