Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 591abaa

Browse files
fix wonrg title
1 parent b765661 commit 591abaa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎packages/react-bootstrap-table2-example/examples/cell-edit/checkbox-editor-table.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const columns = [{
5252

5353
export default () => (
5454
<div>
55-
<h3>Dropdown Editor</h3>
55+
<h3>Checkbox Editor</h3>
5656
<BootstrapTable
5757
keyField="id"
5858
data={ todos }

‎packages/react-bootstrap-table2-example/examples/cell-edit/custom-editor-table.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const columns = [{
118118

119119
export default () => (
120120
<div>
121-
<h3>Dropdown Editor</h3>
121+
<h3>Custom Editor</h3>
122122
<BootstrapTable
123123
keyField="id"
124124
data={ products }

‎packages/react-bootstrap-table2-example/examples/cell-edit/date-editor-table.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const columns = [{
6565

6666
export default () => (
6767
<div>
68-
<h3>Dropdown Editor</h3>
68+
<h3>Date Editor</h3>
6969
<BootstrapTable
7070
keyField="id"
7171
data={ stocks }

‎packages/react-bootstrap-table2-example/examples/cell-edit/textarea-editor-table.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const columns = [{
5656

5757
export default () => (
5858
<div>
59-
<h3>Dropdown Editor</h3>
59+
<h3>Textarea Editor</h3>
6060
<BootstrapTable
6161
keyField="id"
6262
data={ jobs }

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /