新增表格列宽拖动插件

This commit is contained in:
RuoYi
2020-09-15 14:09:29 +08:00
parent ded9916649
commit c523be9f34
8 changed files with 133 additions and 0 deletions

View File

@@ -214,6 +214,15 @@ public class DemoTableController extends BaseController
return prefix + "/reorder";
}
/**
* 表格列宽拖动
*/
@GetMapping("/resizable")
public String resizable()
{
return prefix + "/resizable";
}
/**
* 表格行内编辑操作
*/