StateRestore and SearchPanes - Dealing with missing data

StateRestore and SearchPanes - Dealing with missing data

tstewart_irltstewart_irl Posts: 2Questions: 1Answers: 0

Hello,

I'm trying to develop a solution for using StateRestore to save table filters using the SearchPanes plugin on live, changing data in a table. I'm running into an issue with how SearchPanes builds it's data versus what is saved in the state.

For example:
I have a table of messages that changes daily, and create a SearchPane filter to only show messages from Sender A and Sender C.

I return to this table a few days later, but the table only has messages from Sender B and D in it. Regardless, I select my saved state of filters. I expect that the table will be empty, as no messages match the criteria. But instead, nothing happens.

Because the SearchPanes only saw data for 'B' and 'D' in the sender column, it only generated those values and it ignores the missing 'A' and 'C' selections from the state.

Is there any way for the SearchPanes to include missing data if it's saved in a state? Or will I have to manually add these missing values to SearchPanes whenever the table loads?

Thanks.

Answers

  • tstewart_irltstewart_irl Posts: 2Questions: 1Answers: 0

    This says it was answered, but I can't see any answer. Is there somewhere I can see it, or was it deleted?

Sign In or Register to comment.