Skip to content

Commit

Permalink
Update Vuetable.vue (#375)
Browse files Browse the repository at this point in the history
removed bagged attribute
  • Loading branch information
golubkovden authored and ratiw committed Feb 2, 2018
1 parent dda80f9 commit 5e9e50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Vuetable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
</template>
<template v-if="displayEmptyDataRow">
<tr>
<td :colspan="countVisibleFields" class="vuetable-empty-result" v-htm v-html="noDataTemplate"></td>
<td :colspan="countVisibleFields" class="vuetable-empty-result" v-html="noDataTemplate"></td>
</tr>
</template>
<template v-if="lessThanMinRows">
Expand Down

0 comments on commit 5e9e50d

Please sign in to comment.