rowCount

abstract var rowCount: Int?(source)

When manually controlling pagination, you can supply a total rowCount value to the table if you know it. The pageCount can be calculated from this value and the pageSize. API Docs Guide