But the code below does nothing (there are only sorting symbols appearing next to column labels

function table_init(&$options, $memberInfo, &$args){
$options->ColNumber = array(3, 5, 6, 7, 8);
return true;
}
I would like to show different columns to different groups of users.