";
$edit_link = "";
$delete_link = "";
$space = " ";
$links = $view_link . $space . $edit_link . $space . $delete_link;
$data['rows'][] = array(
'id' => $row1['id'],
'cell' => array($links, $count++, $row1['skill_name'])
);
}
// Adding export options as a hidden row
$data['rows'][] = array(
'id' => 'filterkey',
'cell' => array('', "", "", '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '')
);
echo json_encode($data);
?>