easy-ui data-options 怎样初始化checkbox为已选?




	
	CheckBox Selection on DataGrid - jQuery EasyUI Demo
	
	
	
	
	
	
	
	


	

CheckBox Selection on DataGrid

Click the checkbox on header to select or unselect all selections.
Item ID Product List Price Unit Cost Attribute Status


下面的更好用,可根据后台数值做单行判断

{field:'ck',checkbox:true},

{field:'ck',formatter:function(value,rec){ 
	return ''; 
}},



你可能感兴趣的:(jquery,easyui)