Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
闪光灯 CS5 / AS3
我有一个四列数据网格。最后一列必须隐藏:
Name | Surname | City | Hidden //<---date-stamp
我想根据隐藏的列值(数字且唯一)对其进行动态排序
这应该有效:
datagrid.sortItemsOn("hiden", Array. NUMERIC);