For the three url parameters you should supply something like http:/myserver.com/modules/mymod/admin/tableprocess.php?op=edit&id= i.e they are absolute urls. Note trailing =. The value of column 0 (KeyId) will be suffixed to the url string before processing
Parameters:
array
$colNames
names of columns [0 => rowKeyName, 1 => Col1name .. n => Colnname]
string
$title
title of table if required
boolean
$dispKey
display the row key as first column. If false, you must still supply a column name as the first column in $colNames but it will be ignored and can safely be set to null or ''