mardi 27 août 2019

bootstrap data-toggle checkbox on datatable

I have an issue with bootstrap data-toggle checkbox on data table .In data tables first page it's working fine , but in next page or any other page except first page it is seeing like normal checkbox .

this is my code for data-toggle checkbox,

                                    <input type="checkbox" name="offer_status" data-toggle="toggle" data-on="Active" data-off="Hidden" data-onstyle="success" data-offstyle="danger" class="stat" value="<?php echo $row->status; ?>" onchange="getid(<?php echo $row->id; ?>)">




Aucun commentaire:

Enregistrer un commentaire