Is there a way to use rebuildPane, to rebuild all panes maintaining all panes selections?

Is there a way to use rebuildPane, to rebuild all panes maintaining all panes selections?

DreakerDreaker Posts: 13Questions: 6Answers: 0

Basically, I want to rebuild the panes maintaining all selections, and I don't want to use stateSave. The only solution I see is to rebuild each pane individually setting the maintainSelect flag to true. Will this be possible in the future, just calling rebuildPane('_all', true) or something like this?

This question has an accepted answers - jump to answer

Answers

  • sandysandy Posts: 913Questions: 0Answers: 236
    Answer ✓

    Hi @Dreaker ,

    You can just set the index selector to undefined and it will rebuild them all and maintain the selections.

    searchPanes.rebuildPane(undefined, true)

    Thanks,
    Sandy

This discussion has been closed.