Skip to content

Commit 30b7b29

Browse files
committed
Commit v1.1.0
1 parent 5d62e93 commit 30b7b29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ $('#example1').Tabledit({
3333
editButton: false,
3434
removeButton: false,
3535
columns: {
36-
// Identifier column
36+
// Column used to identify table row.
3737
// [column_index, input_name]
3838
identifier: [0, 'id'],
39-
// Editable columns
39+
// Columns to transform in editable cells.
4040
// [[column_index, input_name], [column_index, input_name]]
4141
editable: [[2, 'firstname'], [3, 'lastname']]
4242
}
@@ -53,10 +53,10 @@ $('#example2').Tabledit({
5353
hideIdentifier: true,
5454
textSelection: false,
5555
columns: {
56-
// Identifier column
56+
// Column used to identify table row.
5757
// [column_index, input_name]
5858
identifier: [0, 'id'],
59-
// Editable columns
59+
// Columns to transform in editable cells.
6060
// [[column_index, input_name], [column_index, input_name, select_options]]
6161
editable: [[1, 'car'], [2, 'color', '{"1": "Red", "2": "Green", "3": "Blue"}']]
6262
}

0 commit comments

Comments
 (0)