EasyUI Forum
April 30, 2024, 02:55:17 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / Bug Report / set grid's pagination "layout", then load data ,the pagination is disappeared on: July 10, 2017, 02:01:29 AM
hi,i have a demo used version 1.4.3, and i used the code to set grid's pagination like below

var pp = $("#table1").datagrid("getPager");
        pp.pagination({
            layout: ['list', 'first', 'prev', 'manual', 'next', 'last']
        });

but now i want to update to version 1.5.2 , with the same code, i found  when i load the grid data ,the pagination will disappear, while i see the datagrid-footer in document with 0px height. The grid base demo in jquery-easyui-1.5.2.zip is with the same problem. Is this a bug of version 1.5.2 or is there any change for the pagination setting?

Thanks.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!