I'm using the metronic theme datatable and i want to get selected checkboxes values. This is the manage datatables from the metronic theme.
<table class="table table-striped table-bordered table-hover table-checkable order-column" id="sample_1">
<thead>
<tr>
<th></th>
<th class="text-center"> User Name</th>
<th class="text-center">Mobile</th>
<th class="text-center">Email</th>
</tr>
</thead>
@foreach($requests as $request)
<tr class="odd gradeX text-center ">
<td>
<label class="mt-checkbox mt-checkbox-single mt-checkbox-outline">
<input type="checkbox" class="checkboxes" value="" />
<span></span>
</label>
</td>
<td></td>
<td></td>
<td></td>
</tr>
@endforeach
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire