为Bootstraptable添加id响应

时间:2017-09-22 04:00:01

标签: reactjs bootstrap-table react-bootstrap-table

我正在尝试为react-bootstrap-table模块的Bootstraptable标记添加一个id。我看到了道具。有一个tablebodyclass prop,我们可以在其中设置类名。但我希望桌子是独一无二的。我该如何为桌子引入身份证?

2 个答案:

答案 0 :(得分:0)

添加到表格顶部

cut

答案 1 :(得分:0)

如果有人用 "react-bootstrap-table-next": "^4.0.3"

偶然发现这个问题
<BootstrapTable id="someID" ... />

这很有魅力

检查结果:

<table id="someID" class="table table-bordered table-condensed"><thead> ... </thead><table>