Added click to select on models table
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
c6ddc501c5
commit
406ff6984b
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@
|
||||||
data-sort-name="name"
|
data-sort-name="name"
|
||||||
data-bulk-button-id="#AssetModelsBulkEditButton"
|
data-bulk-button-id="#AssetModelsBulkEditButton"
|
||||||
data-bulk-form-id="#bulkForm"
|
data-bulk-form-id="#bulkForm"
|
||||||
|
data-click-to-select="true"
|
||||||
class="table table-striped snipe-table"
|
class="table table-striped snipe-table"
|
||||||
data-url="{{ route('api.models.index',['depreciation_id'=> $depreciation->id]) }}"
|
data-url="{{ route('api.models.index',['depreciation_id'=> $depreciation->id]) }}"
|
||||||
data-export-options='{
|
data-export-options='{
|
||||||
|
|
Loading…
Add table
Reference in a new issue