help wanted
倉庫指標
- Star
- (5,395 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
RowSorter’s colSortFnCache is global for all grids.
The first time a column sort function is found using getSortFn it will cached using the column name as a key. This cached function will be used for any other columns with the same name throughout the app.
I would not expect the configuration of one grid to have this global effect.