0

我正在动态搜索行中的一些数据......所以为此我使用了“dojox/grid/enhanced/plugins/Search ....但我没有得到任何搜索图标,我不知道如何使用这个请建议这是我的代码

           grid = new EnhancedGrid({
                           id:'grid',
                           store : yourStore,
                           structure : layout,
                           rowSelector: '20px',
                           plugins: {
                             search:true,
                             pagination: {
                                    pageSizes: ["50","100"],
                                    description: true,
                                    sizeSwitch: true,
                                    pageStepper: true,
                                    gotoButton: true,
                                    maxPageStep: 2,
                                    position: "bottom"


                                },
                                filter: {
                                    closeFilterbarButton: true,
                                    ruleCount: 5,
                                    itemsName: "rows"
                                }
                            }
                        });
                        grid.placeAt("myGrid");
                        grid.startup(); 
4

1 回答 1

0

它显示在这里。只看源头。

于 2013-09-18T09:01:02.113 回答