EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: jcorral on October 03, 2011, 11:10:30 AM



Title: checbox
Post by: jcorral on October 03, 2011, 11:10:30 AM
Hello,

I have this column grid definition:

<th field="cobrada" width="15" align="center" editor="{type:'checkbox',options:{on:'1',off:'0'}}">Cobrada</th>

always the checkbox is unchecked, in my table I have records with value in cobrada field with 1 and 0 but always it´s unchecked, anybody
know why?

Thanks