How can I print a table in bootstra-vue, so that the user can print it by clicking a button?
print the entire table on a paper print
<b-table id="my-table" hover striped small outlined :items="valuesData" :fields="fields" class="mt-0 mb-0">
</b-table>