SmartClient Version: SNAPSHOT_v12.1d_2019-10-08/AllModules Development Only (built 2019-10-08)
Chrome on OSX
Hello, please modify the #adaptiveFilterFS sample, by adding dataFetchMode:"local" to the supplyList grid.
Then execute:
- supplyList.setSort([{property:"itemName", direction:"ascending"}])
- supplyList.refreshData()
You'll see that the previous sort is lost, even though supplyList.getSort() returns the applied sort.
Same behaviour with dataFetchMode:"basic"
Chrome on OSX
Hello, please modify the #adaptiveFilterFS sample, by adding dataFetchMode:"local" to the supplyList grid.
Then execute:
- supplyList.setSort([{property:"itemName", direction:"ascending"}])
- supplyList.refreshData()
You'll see that the previous sort is lost, even though supplyList.getSort() returns the applied sort.
Same behaviour with dataFetchMode:"basic"
Comment