# Function totalRows()

>**totalRows**(table)
- Total rows in the table
- **Return {number}** - The total rows in the table
- See [Functions](../functions.md)

## Parameters

| Parameter |Type |Default |Description |
|  ---- | ---- | ---- | ---- |
**table** |object | |The table object |
