Title: datagrid checkbox Post by: jaimi on August 24, 2017, 01:12:32 AM multiselect doesn't work:
,{field:'OLT00L001T_KEY',title:'LandKey' ,width:130,sortable:'true',hidden:'true'} ,{field:'ch',checkbox:true/*,singleSelect:false*/} I can select only one row regardless what I do with singleSelect. Select-All-Button in column header doesn't work neihter. What to do? Title: Re: datagrid checkbox Post by: jarry on August 24, 2017, 10:40:50 PM Please look at this example https://www.jeasyui.com/demo/main/index.php?plugin=DataGrid&theme=material&dir=ltr&pitem=CheckBox%20Selection%20on%20DataGrid&sort=
Title: Re: datagrid checkbox Post by: jaimi on August 24, 2017, 11:07:52 PM That is what I allready did. But the example is in html and my code in javascript.
There might be a difference. could you give me a working example in javascript? |