how do I rebuild searchPanes after editing a row

how do I rebuild searchPanes after editing a row

jimbizjimbiz Posts: 14Questions: 5Answers: 1

I'm using SearchPanes Integration for Editor.
The SearchPanes don't update after I edit a row.
Is there a setting for that?
If not, how would I do that manually?

This question has accepted answers - jump to:

Answers

  • colincolin Posts: 15,143Questions: 1Answers: 2,586
    Answer ✓

    You would need to call searchPanes.rebuildPane() in postCreate and postEdit - see here.

    But, yep, I do agree this should happen automatically. I've raised it internally (DD-1608 for my reference) and we'll report back here when there's an update.

    Cheers,

    Colin

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

    Hi @jimbiz ,

    I've created a fix for this, although I'm afraid it won't be available until the next release of Editor (1.9.5). This should be out next month so be on the lookout for that.

    In the meantime I would suggest that you make use of Colin's solution.

    Thanks,
    Sandy

This discussion has been closed.