Computing and retrieving range metadata? #1052
Unanswered
fabiospampinato
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey 👋 I'm tweaking the range in my
rangeExtractor
function, and I'd like to render some of the returned indexes in a special way, problem is I'm computing which indexes to render specially inside myrangeExtract
function, but I need to know this information outside of it.I don't see a 100% safe way to do this given the current API shape, I was thinking maybe I could attach this information as a named property to the returned array of indexes, but I don't see any API for retrieving this array back.
Any idea on how I should approach this? Would it make sense for the library to provide users with a way of retrieving the "current" extracted row range, so that for example I could use the named property trick?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions