Views
Replies
Total Likes
var rowCounter = 0;
xfa.main.TableForm.tbl_Test._row1.addInstance(true);
xfa.main.TableForm.resolveNode("tbl_Test.row1["+ mainScript.rowCounter +"].ID").rawValue = mainScript.rowCounter +"";
mainScript.rowCounter++;
xfa.main.TableForm.resolveNode("tbl_Test.row1["+ mainScript.rowCounter +"].ID").rawValue = mainScript.rowCounter +"";
main
is the content area, your table is located in.TableForm
is a floating (!) subform, your table has to be located in.tbl_Test
is the name of your dynamic table and row1
is the name of its first row.ID
is the name of the column, you want the row counter to be displayed.Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Like
Replies
Views
Likes
Replies
Views
Likes
Replies