gpt4 book ai didi

Extjs 4 GridPanel : how can I get the row-index (position) of an element by id

转载 作者:行者123 更新时间:2023-12-04 09:36:28 26 4
gpt4 key购买 nike

如何通过 ExtJS GridPanel 中的 id 获取行的行索引(位置)?

最佳答案

使用 store.indexOf方法:

var record = store.getNodeById(id),
rowIndex = store.indexOf(record);

关于Extjs 4 GridPanel : how can I get the row-index (position) of an element by id,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13267209/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com