mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-03 09:05:28 +08:00
Squashed commit of the following:
升级seata到1.7.0;升级dynamic-datasource-spring-boot-starter到3.5.2
支持多字段默认排序defSort数组、解决多列排序无效 #8659
支持多字段默认排序defSort数组
提供JeecgBoot 运行环境python检查脚本
提供jeecgboot-oracle11g.dmp
This commit is contained in:
@ -123,11 +123,17 @@
|
||||
style: { textAlign: 'left' },
|
||||
},
|
||||
},
|
||||
//自定义默认排序
|
||||
defSort: {
|
||||
column: 'createTime,sex',
|
||||
order: 'desc',
|
||||
},
|
||||
//自定义默认多字段排序
|
||||
defSort: [
|
||||
{
|
||||
column: 'name',
|
||||
order: 'desc',
|
||||
},
|
||||
{
|
||||
column: 'sex',
|
||||
order: 'asc',
|
||||
},
|
||||
],
|
||||
striped: true,
|
||||
useSearchForm: true,
|
||||
showTableSetting: true,
|
||||
|
||||
Reference in New Issue
Block a user