:: Home >>

count

Number of rows in the data table.

Grid control uses getCount() method to get the number of rows in the table.

Syntax

var value = obj.getCount(); 
obj.setCount(value);        

Examples

var table = new AW.CSV.Table;
table.setURL("data.csv");
table.setAsync(false);
table.request();
alert(table.getCount()); // show number of rows

See also

data property

Comments

No comments yet.
Comments will appear on this page and in the main forum.

Documentation:

Recent changes:

2.5.0 - 2.5.2
2.5.2
2.5, 2.5.1
2.5.1
2.5
Release History
2.5
2.0.2
textToValue
textToData