SetSort only applying last sort in array
オープン
- 主要言語
- TypeScript
- スター
- 1.6k
- フォーク
- 867
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
SetSort array applies last in array first
```
LocalDataSource(this.applications).setSort([
{ field: 'numRatings', direction: 'desc' }, // secondary sort
{ field: 'stateId', direction: 'desc' } // primary sort
]);
```
I think it should be the setSort[0] as the primary sort, no? From a programming point of view this is accurate, but in a hierarchical point of view it is not.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。