新增表格拖拽示例

This commit is contained in:
RuoYi
2019-06-19 16:21:22 +08:00
parent 080c66d12b
commit 911fb59e56
8 changed files with 815 additions and 0 deletions

View File

@@ -185,6 +185,15 @@ public class DemoTableController extends BaseController
return prefix + "/curd";
}
/**
* 表格拖拽操作
*/
@GetMapping("/reorder")
public String reorder()
{
return prefix + "/reorder";
}
/**
* 表格其他操作
*/