is it possible to get an item index in the data
array?
#988
Unanswered
PinkaminaDianePie
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
itemContent callback provides 2 values - index and data. however,
index
is just a number used by the library, it's not an actual index in the data array. I need to get the next/previous items in order to understand how to render a current one. is it possible to somehow get the real index?Beta Was this translation helpful? Give feedback.
All reactions