Expand my Community achievements bar.

Table Help! I need row count

Avatar

Former Community Member
I have a need to know how many rows I have in a table. I do NOT need help on determining current row. I have a table with six rows but instancemanager.max show only 1. What am I doing wrong? Is there a different way to get the total number of rows I have in a table? Because I want to build a table that has variable number of rows and knowing how many rows are present is critical.
1 Reply

Avatar

Former Community Member
Try using tablerow.instanceManager.count();