AllenFang / AllenFang/react-bootstrap-table

Select field (dropdown) in editble select mode

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

説明

Hi,
I have to display Y or N options in dropdown in react bootstrap table cell.
code:
```
const cellEdit={
"mode":"click",
blurToSave: true
}
function dropDownFormatter(cell,row){
return(

Y
N

)
}

Archive Enable

```

When Iam trying to edit my dropdown Iam getting following error.

TableBody.js:170 Uncaught TypeError: column.format(...).replace is not a function

Note: In tableBody.js we are getting this issue.

Thanks

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

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

評価

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

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

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