简体   繁体   中英

extjs grid panel

我们如何确定列菜单标题中的列是选中还是未选中?

Are you wanting to check if a particular column is hidden, as opposed to whether the menu is checked? If so:

grid.getColumnModel().isHidden(index);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM