fires before a column is shown in a datatable
id | string | the column ID |
$$("datatable1").attachEvent("onBeforeColumnShow", function(id){
// some code
});
The event can be used to prevent a column from being shown. If a handler returns false, the column will not be shown.