Select multiple rows by specific data for each row after initialized
Select multiple rows by specific data for each row after initialized
![[Deleted User]](https://secure.gravatar.com/avatar/c2dc9a0c6f5256fd7b0374709253e174/?default=https%3A%2F%2Fvanillicon.com%2Fc2dc9a0c6f5256fd7b0374709253e174_200.png&rating=g&size=120)
It's possibile to select multiple rows after init by specific data of each row?
This discussion has been closed.
Answers
Use the
rows()
API to select multiple rows. Use therow-selector
as a function to select only the rows that match the specific data. The docs have an example.Kevin