{{
column.indexMethod
? column.indexMethod(row, naturalIndex)
: tableRoot.current && tableRoot.pageSize
? naturalIndex + 1 + (tableRoot.current - 1) * tableRoot.pageSize
: naturalIndex + 1
}}
{{
row[column.key]
}}
{{ void (cellText = showCellValue()) }}
{{ cellText }}
{{
column.indexMethod
? column.indexMethod(row, naturalIndex)
: tableRoot.current && tableRoot.pageSize
? naturalIndex + 1 + (tableRoot.current - 1) * tableRoot.pageSize
: naturalIndex + 1
}}