开发者

Specified Sorting [except ACS & DESC diesction] on Extjs Pivot Grid leftAxis items

开发者 https://www.devze.com 2023-02-03 04:32 出处:网络
How Can I Sort the Left Axis Items of Extjs Pivot Grid by a specific order.For Example If I wanaShow left Axis in this Sort --> First E then C Then开发者_运维问答 after M.See the Ext.Store.filter() me

How Can I Sort the Left Axis Items of Extjs Pivot Grid by a specific order.For Example If I wana Show left Axis in this Sort --> First E then C Then开发者_运维问答 after M.


See the Ext.Store.filter() method in the Ext 3.3 docs. You can pass in an array of filters to make your grid filter by those properties in that specific order.

0

精彩评论

暂无评论...
验证码 换一张
取 消