Now you can add some html to your columns by filling the format_cols parameter.
In this example I show you how to add a link in the 2nd column using the column 1 value in the href.
$params['format_cols'] = array('','<a href="index.php?id=#COL1#">#COL2#</a>','','');