lamed_table
Version:
Light table implementation
16 lines (12 loc) • 551 B
Markdown
>**rowInclude**(table, colName, value, findFirst = true)
- Find if a string is included in a specific column
- **Return {string, array, undefined}** - If nothing find -> undefined; If findFirst -> string else return row[]
- See [Functions](../functions.md)
| 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 |