ax5ui / ax5ui-grid

Javascript UI Component - GRID ( Excel Grid, jqGrid, angularjs grid, jquery grid, SlickGrid, ag-grid gridify)
http://ax5.io/ax5ui-grid/demo/index.html
MIT License
99 stars 36 forks source link

navigationItemCount 를 동적으로 처리 불가 한가요? #135

Closed l0pest closed 6 years ago

l0pest commented 6 years ago
                    page: {
                        navigationItemCount: 9, //이값을 페이지 수에 따라 동적으로 처리 하고 싶습니다. 
                        height: 30,
                        statusDisplay: true,
                        firstIcon: '|<',
                        prevIcon: '<',
                        nextIcon: '>',
                        lastIcon: '>|',
                        onChange: function () {
                _pageNo = this.page.selectPage;
                alert(_pageNo);
                            $('#btn_salesSearch').trigger('click');
                        }
                    },