how to refresh the list page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ganesanjc
    Senior Member
    • Apr 2019
    • 116

    how to refresh the list page

    how to refresh the list page via backbone js
    Last edited by ganesanjc; 10-18-2019, 12:26 PM.
  • yuri
    Member
    • Mar 2014
    • 8467

    #2
    this.collection.fetch();

    or

    this.reRender();

    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...