Creating an index in glide big tables

Glide big tables doesn’t allow looking up the row ids inside the table, then using find element array to create an index. Any other way we could create an index for big tables?

I’m not aware of any way to create a dynamic row index in a Big Table, no.

Curious - what is your use case? eg. why do you need the index?

I’m parsing a JSON array from a “search” table into a “results” table and looking for a way to enumerate the rows in my table dynamically because there are a lot of arrays

Okay. Is it actually necessary to be using a Big Table for this?
I can understand that you might want to write some of the processed data into a Big Table, but I would have thought it would make sense to use a regular table for all the processing/manipulation?

1 Like