부트스트랩 테이블 데이터 없을 때 뜨는 글씨 안보이게 하는 방법 ▼

No matching records found

.no-records-found{

display: none;

}

부트스트랩 테이블 왼쪽 아래 표시되는 글짜를 안보이게 하는 방법 ▼

Showing 1 to 10 of 15 rows

.pull-left.pagination-detail{

display: none;

}


부트스트랩 테이블 데이터가 없어도 페이징이 계속 보이게 하는 옵션 

smartDisplay : false 옵션 추가


부트스트랩 테이블 td height 지정 ▼

.fixed-table-container tbody td:first-child


부트스트랩 테이블 정렬 ▼

세로 기준 가운데 정렬 >> vertical-align : center;

가로 기준 가운데 정렬 >> text-align: center;


나머지 아래 주소 api 참고 

http://wenzhixin.net.cn/p/bootstrap-table/docs/documentation.html


Posted by QuickPerson
,