Parcourir la source

修复更新表格插件后导致的主子表错误

RuoYi il y a 4 ans
Parent
commit
4e211c4871

+ 1 - 0
ruoyi-admin/src/main/resources/templates/demo/table/subdata.html

@@ -90,6 +90,7 @@
                 showRefresh: false,
                 showToggle: false,
                 showColumns: false,
+                sidePagination: "client",
 		        columns: [{
 		            checkbox: true
 		        },

+ 1 - 0
ruoyi-generator/src/main/resources/vm/html/add.html.vm

@@ -241,6 +241,7 @@
                 showRefresh: false,
                 showToggle: false,
                 showColumns: false,
+                sidePagination: "client",
                 columns: [{
                     checkbox: true
                 },

+ 1 - 0
ruoyi-generator/src/main/resources/vm/html/edit.html.vm

@@ -248,6 +248,7 @@
                 showRefresh: false,
                 showToggle: false,
                 showColumns: false,
+                sidePagination: "client",
                 columns: [{
                     checkbox: true
                 },