angular-ui/ui-grid

cellnav getting to focus on wrong cell as sorting is happened for that cell first after edit

已关闭

#5,374 创建于 2016年5月3日

 (1 条评论) (2 个反应) (0 位负责人)JavaScript (2,496 个派生)batch import
help wanted

仓库指标

星标
 (5,395 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

after editing a cell and tab key is pressed navigating to next cell, but at the same time that column is sorted (I need that column sorting enabled, please don't advice to make enableSorting: false), so that next cell getting on the wrong row. It navigates to the correct row if tab is pressed again!

please help me to disable that cellnav if column edited and sorted or any way to move to correct row cell?

thanks

贡献者指南