Select multiple rows by specific data for each row after initialized
Select multiple rows by specific data for each row after initialized
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-selectoras a function to select only the rows that match the specific data. The docs have an example.Kevin