Is there any way we can directly get the value of the row containing perticular value,Without traveresing the whole table everytime.
E.g
If in a table row 3 and column "operations" contains a value "insert",then is there a way we can get the row of the cell containing data insert directly without using cell by cell search?
E.g
If in a table row 3 and column "operations" contains a value "insert",then is there a way we can get the row of the cell containing data insert directly without using cell by cell search?