When test "../test/demo/test-grid-tree.html" page. After adding new row and clicking sort name or id column, the grid return different sorting result upon each sorting.
Steps to reproduce:
- Open "../test/demo/test-grid-tree.html" page in Chrome.
- Click the "add row" button.
- Click the "sort id" button, observe the sorting result.
- Click the "sort id" button again, observe the sorting result.
- Click the "sort id" button several time, compare each reuslt.
6 Click the sort icon in the id column header.
Actual result:
- the sort result changes each time the "sort id" button clicked.
- the sort results are not same as the one which click the sort icon.
- The sort icon in column header doesn't change during Step 3 - Step 5.