这个地方没法拖拽,设置了好多属性都没有实现。
$('#'+key+'Grid').flexigrid({
url:rootStatic + 'datamanage/customerview/custv/' + $scope.gridConfigs[key].methodName,
method: 'GET',
contentType: 'application/json;charset=UTF-8',
dataType: 'json',
colModel: $scope.gridConfigs[key].colModel,
buttons: [],
usepager: true,
useRp: true,
rp: 10,
sortname: '',
params: params || [{
"name": "uni_id",
"value": $scope.userId
}],
hideOnSubmit: true,
showTableToggleBtn: true,
colAutoWidth: true..........
是在代码的这个地方设置吗?
colMoveAble : true
就是这个属性终于找到了。。。