Table model for loading and parsing data in CSV text format.
var obj = new Active.Text.Table;
| getCount | Returns the number of data rows. |
| getImage | Returns the cell image. |
| getIndex | Returns the index. |
| getLink | Returns the cell hyperlink. |
| getText | Returns the cell text. |
| getValue | Returns the cell value. |
| response | Allows to process the received text. |