layui 데이터 시트 사용자 정의 각 페이지 수 limit 설정

잔말 말고 코드 를 바로 달 아 라!다음 과 같다.

table.render({
   elem: '#data_grid'
   //,width: 900
   //,height: 274
   ,cols: [[ //   
    {field: 'id', title: 'ID', width: 80, sort: true}
    ,{field: 'username', title:'   ',width: 100} //  
    ,{field: 'password', title: '  ', width: 120}
    ,{field: 'gender', title: '  ', width: 150}
    ,{field: 'nichen', title: '  ', width: 150}
    ,{field: 'birthday', title: '    ', width: 120}
    ,{fixed: 'right', width: 215,align:'center', toolbar: '#barDemo'}
   ]]
   ,url:url
   ,skin: 'row' //    
   ,even: true
   ,page: true //      
   ,limits: [3,5,10]
   ,limit: 5 //         
   ,done:function(res){
    userPage.data = res.data;
   }
   //,loading: false //     ,    loading
  });
주로:limits 와 limit 의 설정
이상 의 layui 데이터 시트 는 각 페이지 의 개수 limit 설정 을 사용자 정의 하 는 것 이 바로 작은 편집 이 여러분 에 게 공유 하 는 모든 내용 입 니 다.참고 하 실 수 있 고 많은 응원 바 랍 니 다.

좋은 웹페이지 즐겨찾기