Hi, I am testing and found this very interesting, all is working except the Table. In this instuction return _TableResult( result["tablename"], result["rows"], result["columns"]); on result["rows"] triggers the error. Any hint on how to correct it?
Hi, I am testing and found this very interesting, all is working except the Table.
In this instuction
return _TableResult(
result["tablename"], result["rows"], result["columns"]);
on result["rows"] triggers the error.
Any hint on how to correct it?