Added table data-dash attributes to make the checkbox stuff work
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
8f71460fa1
commit
50b841d54d
1 changed files with 5 additions and 0 deletions
|
@ -20,12 +20,17 @@
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
|
|
||||||
|
@include('partials.locations-bulk-actions')
|
||||||
|
|
||||||
<table
|
<table
|
||||||
data-columns="{{ \App\Presenters\LocationPresenter::dataTableLayout() }}"
|
data-columns="{{ \App\Presenters\LocationPresenter::dataTableLayout() }}"
|
||||||
data-cookie-id-table="locationTable"
|
data-cookie-id-table="locationTable"
|
||||||
data-click-to-select="true"
|
data-click-to-select="true"
|
||||||
data-pagination="true"
|
data-pagination="true"
|
||||||
data-id-table="locationTable"
|
data-id-table="locationTable"
|
||||||
|
data-toolbar="#locationsBulkEditToolbar"
|
||||||
|
data-bulk-button-id="#bulkLocationsEditButton"
|
||||||
|
data-bulk-form-id="#locationsBulkForm"
|
||||||
data-search="true"
|
data-search="true"
|
||||||
data-show-footer="true"
|
data-show-footer="true"
|
||||||
data-side-pagination="server"
|
data-side-pagination="server"
|
||||||
|
|
Loading…
Add table
Reference in a new issue