From 48433e7609936e5bfd69291e107113635d0808b8 Mon Sep 17 00:00:00 2001 From: Alan Date: Tue, 7 Feb 2023 10:53:03 +0800 Subject: [PATCH] scope on renderer bootstrap row --- docs/src/Roo_bootstrap_Table.js.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/Roo_bootstrap_Table.js.html b/docs/src/Roo_bootstrap_Table.js.html index b09cb786f5..570db37489 100644 --- a/docs/src/Roo_bootstrap_Table.js.html +++ b/docs/src/Roo_bootstrap_Table.js.html @@ -1252,7 +1252,7 @@ Currently the Table uses multiple headers to try and handle XL / Medium etc... var id = false; if(typeof(renderer) !== 'undefined'){ - value = renderer(d.data[cm.getDataIndex(i)], false, d); + value = renderer.call(config, d.data[cm.getDataIndex(i)], false, d); } // if object are returned, then they are expected to be Roo.bootstrap.Component instances // and are rendered into the cells after the row is rendered - using the id for the element. -- 2.39.2