新增表格示例(自定义视图分页)

This commit is contained in:
RuoYi
2021-06-15 09:23:24 +08:00
parent 75b7f01723
commit c11dcc4ee8
7 changed files with 247 additions and 1 deletions

View File

@@ -339,6 +339,15 @@ public class DemoTableController extends BaseController
return prefix + "/dynamicColumns";
}
/**
* 自定义视图分页
*/
@GetMapping("/customView")
public String customView()
{
return prefix + "/customView";
}
/**
* 表格其他操作
*/