@Charles_Bourasseau wrote:
Is there a trick to get a list sorted without rendering the whole list each time?
When you have a list of items and you sort them not by name but by date. Every row will be rendered again.
Actually it would be much faster for the templating engine to move the DOM elements instead of create new ones.
Posts: 2
Participants: 2