AllenFang / AllenFang/react-bootstrap-table

Not able to resize columns in body table using jquery-ui

Đang mở
#932 4 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
JavaScript
Star
2.2k
Fork
761
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

Hi Allen,



componentDidMount(){
$(function () {
$('table th').resizable({
handles: 'e',
minWidth: 18
});
$('table td').resizable({
handles: 'e',
minWidth: 18
});
});
}

I have added the above files in my html and the code in my class , in which I am rendering bootstrap table
with this I am able to resize the table header columns alone, but not the table body columns

How can I make if table header is resized, the entire column should be resized in table body as well

Thanks in advance

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.