新增表格参数(通过自定义函数设置标题样式headerStyle)
This commit is contained in:
@@ -250,6 +250,15 @@ public class DemoTableController extends BaseController
|
||||
return prefix + "/print";
|
||||
}
|
||||
|
||||
/**
|
||||
* 表格标题格式化
|
||||
*/
|
||||
@GetMapping("/headerStyle")
|
||||
public String headerStyle()
|
||||
{
|
||||
return prefix + "/headerStyle";
|
||||
}
|
||||
|
||||
/**
|
||||
* 表格其他操作
|
||||
*/
|
||||
|
Reference in New Issue
Block a user