添加表格行内编辑示例

This commit is contained in:
RuoYi
2019-09-24 16:18:28 +08:00
parent 538e7dcc29
commit c2e425aa12
10 changed files with 800 additions and 7 deletions

View File

@@ -194,6 +194,15 @@ public class DemoTableController extends BaseController
return prefix + "/reorder";
}
/**
* 表格行内编辑操作
*/
@GetMapping("/editable")
public String editable()
{
return prefix + "/editable";
}
/**
* 表格其他操作
*/