tablerowloop
Information about a parent tablerow loop.
Properties
Returns
trueif the current column is the first in the row. Returnsfalseif not.Returns
trueif the current column is the last in the row. Returnsfalseif not.Returns
trueif the current iteration is the first. Returnsfalseif not.
{
"col": 1,
"col0": 0,
"col_first": true,
"col_last": false,
"first": true,
"index": 1,
"index0": 0,
"last": false,
"length": 5,
"rindex": 5,
"rindex0": 4,
"row": 1
}
Example
{
"col": 1,
"col0": 0,
"col_first": true,
"col_last": false,
"first": true,
"index": 1,
"index0": 0,
"last": false,
"length": 5,
"rindex": 5,
"rindex0": 4,
"row": 1
}Was this section helpful?