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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35376-4d614.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35376-4d614.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?