AllenFang/react-bootstrap-table

show text box for editable columns

Open

#1,325 opened on May 17, 2017

View on GitHub
 (10 comments) (0 reactions) (0 assignees)JavaScript (795 forks)batch import
help wanted

Repository metrics

Stars
 (2,240 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hello, Currently it is impossible for the user to realize some columns are editable and some are not. best thing i could find is to change the background color but its not clear for users.

is it possible to show editable columns with text box? I tried to render it in dataFormat of the TableHeaderColumn but it has issues as well and anyway feels like an hack.

thank you.

Contributor guide