jbaysolutions / vue2-bootstrap-table

A sortable and searchable table, as a Vue2 component, using bootstrap styling.
118 stars 39 forks source link

checkbox label not work #30

Open zhangdaren opened 4 years ago

zhangdaren commented 4 years ago

如题,表格的选择框所用的label,仅用来绑定数据,而没有用来扩展选择区域,在我看来没有起到作用。

<div class="custom-control custom-checkbox">
<input type="checkbox" id="check890538570" class="custom-control-input">
<label for="check890538570" class="custom-control-label"></label>
</div>