UniDBGrid1 -> ClientEvents -> ExtEvents [Ext.data.Store[store] ] add store.load fn:

 

function store.load(sender, records, successful, eOpts)
{
  sender.grid.columnManager.columns.forEach(function(col){col.autoSize()})
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-28
  • 2022-02-19
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
猜你喜欢
  • 2021-10-30
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案