以下的代码什么意思,怎么改hidden的值为true ?
var colsDim = []
colsDim[Grid] = [
{ id : 'V_TIMER' , header : "定时 " , hidden: false},
{...},
{...}
];