:: Documentation >>

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

Documentation:

Recent changes:

2.6.4
2.6.3
2.6.2
2.6.1
2.6.1
2.6.0
2.5.0 - 2.5.6
2.5.6
2.5.0 - 2.5.5
2.5.5