{key:"total", parser:this.parseNumber}
]
};
- this.myDataTable = new YAHOO.widget.DataTable("tabular_report_container", myColumnDefs, this.myDataSource, {formatRow: totalRowFormatter});
+ this.myDataTable = new YAHOO.widget.DataTable("tabular_report_container_
+ [% tbl FILTER js %]", myColumnDefs, this.myDataSource,
+ {formatRow: totalRowFormatter});
});
</script>
[% col_idx = 0 %]
[% row_idx = 0 %]
[% grand_total = 0 %]
-<div id="tabular_report_container">
+<div id="tabular_report_container_[% tbl FILTER js %]">
<table id="tabular_report" border="1">
[% IF col_field %]
<thead>