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?
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.
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.
Answers
You would need to call
searchPanes.rebuildPane()
inpostCreate
andpostEdit
- 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
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