-
Is there any API or quick way to get row number providing a index value from a View E.g. View.GetRowNumberByIndexValue('k2') Return 2 |
Beta Was this translation helpful? Give feedback.
Answered by
texodus
Mar 27, 2022
Replies: 1 comment 2 replies
-
You can use a filter: await table.view({filter: [["Field1", "==", "k2"]]}); |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
texodus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use a filter: