When using ArcGIS API for JavaScript, the FeatureTable's selectRows method does not scroll to the selected rows when the rows selected are beyond the pre-rendered rows of the table.
上次发布: February 8, 2017ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000101741
已提交
December 27, 2016
上次修改时间
June 5, 2024
适用范围
ArcGIS API for JavaScript
找到的版本
3.18
操作系统
Windows OS
操作系统版本
7.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is a limitation of dgrid, unfortunately.
We do have some logic that tries to preemptively scroll the table to trigger rendering of these rows.
If the table scrolls near enough to the target row, it will render and scroll (again) to put the desired row at the top.
The primary issue is that dgrid doesn't know exactly how many rows are between the current view and the expected row(s) so the scroll distance can't be estimated.
API reference for this method will be updated to reflect this information to avoid further confusion.