angular-ui/ui-grid

RowSorter cache is global for all grids

Open

#4,683 opened on 2015年11月12日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)JavaScript (2,496 forks)batch import
help wanted

Repository metrics

Stars
 (5,395 stars)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド