Skip to content
This repository was archived by the owner on Jun 24, 2019. It is now read-only.

Commit 088862e

Browse files
committed
fix #3: Add events support
1 parent 2e81e1d commit 088862e

File tree

3 files changed

+121
-13
lines changed

3 files changed

+121
-13
lines changed

docs/layouts/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,7 @@
8585
alert('You click like action, row: ' + JSON.stringify(row));
8686
},
8787
'click .remove': function(e, value, row, index) {
88-
$table.bootstrapTable('remove', {
89-
field: 'id',
90-
values: [row.id]
91-
});
88+
alert('You click delete action, row: ' + JSON.stringify(row));
9289
}
9390
},
9491
formatter: function(value, row, index) {

0 commit comments

Comments
 (0)