Hi, I have the same as icons working fine but other columns which contains text not working . I've added to .js some point but still the same. Did you resolved an issue? } else { $td.text(value); } Also it's only working for the table id="sample" so if I would like to add next table is it enough to add another var example sample1? var sh = mvc.Components.get("sample1"); if(typeof(sh)!="undefined") { sh.getVisualization(function(tableView) { // Add custom cell renderer and force re-render tableView.table.addCellRenderer(new CustomRangeRenderer()); tableView.table.render(); }); }
... View more