How preform the function < stat_count > in a grid ?
I also want to ask how to count number of records which are loaded in a grid ?
How preform the function < stat_count > in a grid ?
I also want to ask how to count number of records which are loaded in a grid ?
stat_sount can be added to the footer in the grid.
For example:
grid.attachFooter("#stat_count");
dhtmlxgrid_filter.js extension is required.
You may try to use getRowsNum() method to get the number of the rows in the grid:
docs.dhtmlx.com/doku.php?id=dhtm … getrowsnum