</tr> </thead> <tbody> <tr id="sximo-quick-search" > <td> # </td> <td> </td> <?php foreach ($tableGrid as $t) { ?> <?php if ($t['view'] == '1') { ?> <td> <?php echo SiteHelpers::transForm($t['field'], $tableForm); ?> </td> <?php } ?> <?php } ?> <td style="width:50px;"> <input type="hidden" value="Search"> <button type="button" class=" do-quick-search btn btn-xs btn-info"><i class="fa fa-search"></i> </button></td> </tr> <tr > <?php