Flexigrid plug-in, which attribute is the drag and drop of the column? A lot of properties have been set and have not been implemented.

clipboard.png
this place cannot be dragged, and many properties are not implemented.

        $("-sharp"+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..........
            
            
Apr.01,2021

colMoveAble: true

it is this attribute that has finally been found.

Menu