AllenFang/react-bootstrap-table

Modal insertRow

Open

#1,559 创建于 2017年8月17日

在 GitHub 查看
 (7 评论) (1 反应) (0 负责人)JavaScript (2,240 star) (795 fork)batch import
help wantedin progressreact-bootstrap-table2

描述

Hi, Is there any other options for adding rows without using a modal ? actually im using the table on a modal where i have already a form to add rows on it , but i would like to keep using the 'insertRow' prop also to add a custom default rows only ? ... And for : <TableHeaderColumn width='100' dataField='target' editable={ { type: 'select', options: { values: targets } } }>Target</TableHeaderColumn> <TableHeaderColumn width='100' dataField='condition' editable={ { type: 'select', options: { values: conditions } } }>Condition</TableHeaderColumn> I m looking for a conditional select , if i select a target[x] i had to select only conditions for this current target selected ? because now i can show all these conditions and not only conditions for target[x] selected for example ..

贡献者指南

Modal insertRow · AllenFang/react-bootstrap-table#1559 | Good First Issue