Radio Switch buttons Bootstrap 4.5 theme
Radio Switch buttons.
HIDE CODE
<?php
$xcrud = Xcrud::get_instance();
$xcrud->table('gallery');
$xcrud->change_type('image', 'image', false, array(
'width' => 450,
'path' => '../uploads/gallery',
'thumbs' => array(array(
'height' => 55,
'width' => 120,
'crop' => true,
'marker' => '_th'))));
$xcrud->column_callback("active","getStatusSwitchRadio_Gallery");
$xcrud->create_action("deactivate_gallery","deactivate_gallery");
$xcrud->create_action("activate_gallery","activate_gallery");
echo $xcrud->render();
?>
Gallery
| # | Image | Title | Description | Active | |
|---|---|---|---|---|---|
| 1 | Nulla lobortis, velit ut aliquet commodo, purus | Sed sed felis in massa sodales bibendum et id | View Edit Remove | ||
| 2 | Maecenas volutpat commodo ante, a porta metus | Nullam sodales ligula non risus luctus ut | View Edit Remove | ||
| 3 | tws | adds | View Edit Remove | ||
| 4 | asdasd | asdasd | View Edit Remove | ||
| 5 | Imrove security | hello from noobbie | View Edit Remove | ||
| 6 | ' | ' | View Edit Remove | ||
| 7 | ' | ' | View Edit Remove | ||
| 8 | ' | ' | View Edit Remove | ||
| 9 | ' | ' | View Edit Remove | ||
| 10 | ' | ' | View Edit Remove |
showing_records 1 to 10 of 10
Search