Hi, I really try to archive my goal, but at this point without any success.
Maybe an exemple would be great.
Thanks in advance
PS: I also precise that my colModel are generated by ajax request.
php fields who serve the base is the following one :
array(
'title' => $this->l('Status'),
'width' => 50,
'dataIndx' => 'active',
'align' => 'center',
'dataType' => 'bool',
'type' =>'checkbox',
'cls' => 'boolean',
'filter' => array(
'crules' => [array('condition'=> "equal")]
)
)