File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
examples/js/custom/insert-modal Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -78,11 +78,8 @@ export default class CustomInsertModalFieldTable extends React.Component {
7878 }
7979
8080 render ( ) {
81- const options = {
82- insertModalField : this . createCustomModalField
83- } ;
8481 return (
85- < BootstrapTable ref = 'table' data = { products } options = { options } insertRow >
82+ < BootstrapTable ref = 'table' data = { products } insertRow >
8683 < TableHeaderColumn dataField = 'id' isKey = { true } customInsertEditor = { { getElement : this . customKeyField } } > Product ID</ TableHeaderColumn >
8784 < TableHeaderColumn dataField = 'name' customInsertEditor = { { getElement : this . customNameField } } > Product Name</ TableHeaderColumn >
8885 < TableHeaderColumn dataField = 'sales' customInsertEditor = { { getElement : this . customSaleField } } > On Sales?</ TableHeaderColumn >
You can’t perform that action at this time.
0 commit comments