option | value | default value | description |
---|---|---|---|
checkbox | true | false | checkbox use |
false | checkbox not used |
var grid1 = new WdtGrid('grid1'); grid1.create(column, option); grid1.setData(data); function btn1(){ var rows = grid1.getCheckedRows(); alert('Checked rows count : ' + rows.length); }