We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add2b9a commit e713488Copy full SHA for e713488
examples/js/cell-edit/click-to-edit-table.js
@@ -23,7 +23,7 @@ const cellEditProp = {
23
mode: 'click'
24
};
25
26
-export default class ClickToSelectTable extends React.Component {
+export default class ClickToEditTable extends React.Component {
27
render() {
28
return (
29
<BootstrapTable data={ products } cellEdit={ cellEditProp }>
0 commit comments