lamed_table
Version:
Light table implementation
16 lines (11 loc) • 418 B
Markdown
# Function rowFind()
>**rowFind**(table, colName, value, findFirst = true)
- Find a string in a specific column
- See [Functions](../functions.md)
## Parameters
| Parameter |Type |Default |Description |
| ---- | ---- | ---- | ---- |
**table** |object | |Table object |
**colName** |string | |Column name |
**value** |string | |value to search for |
**findFirst** |bool |true |if true, return the first positive |