We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c0ab9 commit be25ec7Copy full SHA for be25ec7
src/components/VueBootstrap4Table.vue
@@ -9,9 +9,6 @@
9
<thead>
10
<tr>
11
<th v-show="checkbox_rows" class="text-center justify-content-center" @click="selectAllCheckbox($event)">
12
- <!-- <div class="form-check vbt-select-all-checkbox">
13
- <input class="form-check-input" type="checkbox" v-model="select_all_rows" value="" @change="selectAllHandleChange($event)">
14
- </div> -->
15
<div class="custom-control custom-checkbox">
16
<input type="checkbox" class="custom-control-input" v-model="select_all_rows" value="" @change="selectAllHandleChange($event)"/>
17
<label class="custom-control-label"></label>
0 commit comments