File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<template >
22 <td v-show =" checkboxRows" class =" text-center" v-on =" !rowsSelectable ? { click: () => selectCheckbox() } : {}" >
33 <div class =" custom-control custom-checkbox" >
4- <input type =" checkbox" class =" custom-control-input" v-model =" row_selected" v-on =" !rowsSelectable ? { change: ($event) => handleChange($event) } : {}" />
4+ <input type =" checkbox" class =" custom-control-input vbt-checkbox " v-model =" row_selected" v-on =" !rowsSelectable ? { change: ($event) => handleChange($event) } : {}" />
55 <label class =" custom-control-label" ></label >
66 </div >
77 </td >
Original file line number Diff line number Diff line change 1010 <tr >
1111 <th v-show =" checkbox_rows" class =" text-center justify-content-center" @click =" selectAllCheckbox($event)" >
1212 <div class =" custom-control custom-checkbox" >
13- <input type =" checkbox" class =" custom-control-input" v-model =" select_all_rows" value =" " @change =" selectAllHandleChange($event)" />
13+ <input type =" checkbox" class =" custom-control-input vbt-checkbox " v-model =" select_all_rows" value =" " @change =" selectAllHandleChange($event)" />
1414 <label class =" custom-control-label" ></label >
1515 </div >
1616 </th >
You can’t perform that action at this time.
0 commit comments