Hello together.
Yesterday I had to template an inline table with thead and tbody.
So I checked the documentation if there ist something like #table.firstRow ist available or #table.rowNumber or something like that.
Unfortunately not.
#table.lastRow is available.
I coded a counter to check for the table head, so this problem is solved for now.
But is it possible to extend the systemobject #table by the data field rowNumber or firstRow or something like that?
Greetz