Do you support 'stable' sorting algorithm?...

Do you support ‘stable’
sorting algorithm?


It is possible starting from dhtmlxGrid 1.2. Native JS
sorting is “non-stable” so to achieve “stable” sorting
custom code is used - that is why “stable” sorting is significantly
slower.


To enable it just call:


           
grid.enableStableSorting(true);<o:p></o:p>