AllenFang / AllenFang/react-bootstrap-table

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

オープン
#932 コメント 4 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
2.2k
フォーク
761
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。