I have made simple checkboxes to each row.... but didn't get the logic behind multi or bulk action code...
$output = '
<div class="table-responsive">
<table class="table table-bordered table-striped">
<tr>
<th width="5%">ID</th>
<th width="25%">Image</th>
<th width="10%">Page</th>
<th width="10%">Videolink</th>
<th width="10%">Title</th>
<th width="10%">Subtitle</th>
<th width="10%">Active</th>
<th width="20%">Action</th>
</tr>
';`
here is my admin panel page where I am not getting the checkbox values. which I want on every row.
id. Please check the attached screenshot