Hi to all,
Im making this small class:
function ReportItem()//sera un <table> con celdas
{
this.HTML="";
}
//data has an 2d array with headers and data to render a table
ReportItem.prototype.Test=function(data)
{
this.HTML="<div onclick=DoAny()>"+this.HTML"</div>"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.