-
|
Index: 5 for author, index: 2 for title - what do these do? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
For
@fnick851, I hope this enough explain what it is, if not please write me a message 😄 btw. I decided to name it |
Beta Was this translation helpful? Give feedback.
-
|
@Siemienik Thanks for the answer! |
Beta Was this translation helpful? Give feedback.
For
type:'list'the index indicates which column is requested.ABC@fnick851, I hope this enough explain what it is, if not please write me a message 😄
btw. I decided to name it
indexinstead ofcobecause I am going to add supporting newtype: 'list-horizontal'(#7) which will work similar totype:'list'but it will read col by col instead of row by row. Thenindexwill be translated to number of row.