You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you look at the code for select-columns and project-cell you will see that the index is discarded after getting the name. Returning it would be quite straightforward if you write a new select-columns-with-index function in your client application from the few lines of code in these two functions.
Hi there! Very nice lib!
Quick question: I would like to know if it is possible to get the index value with other column values. For example:
Where
:Index?
would be a key to reference it.I tried with
:Index
with no luck.Thx!
The text was updated successfully, but these errors were encountered: