Roo/bootstrap/Table.js
authorleon <leon@roojs.com>
Wed, 30 Nov 2022 05:51:56 +0000 (13:51 +0800)
committerleon <leon@roojs.com>
Wed, 30 Nov 2022 05:51:56 +0000 (13:51 +0800)
Roo/bootstrap/Table.js

index c82b762..c83f778 100644 (file)
@@ -926,7 +926,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
                 cls : 'x-fcol-' + i,
                 style : '',
                 
-                html: cm.config[i].footer
+                html: config.footer
             };
             
             footer.cn.push(c)