good first issuegrid-savestate
仓库指标
- Star
- (5,395 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Grid.prototype.sortColumn = function sortColumn(column, directionOrAdd, add) {
...
Why default typeof column.sort is Array? Whe it is object, then state is ok. First time sorting it is Array and state can not be saved.