From 892f29d162793a8d2221a14f89920634fba6b48e Mon Sep 17 00:00:00 2001
From: Josh Soref It is quite common to want to use a cell that acts on an entire
row. You may want to pop up a modal, delete the row, or toggle
- editibility for all the columns. The possibilities are endless. For
+ editability for all the columns. The possibilities are endless. For
those cases, you can write a custom It is quite common to want to use a cell that acts on an entire
row. You may want to pop up a modal, delete the row, or toggle
- editibility for all the columns. The possibilities are endless. For
+ editability for all the columns. The possibilities are endless. For
those cases, you can write a custom -');
diff --git a/src/templates/misc/faq.handlebars b/src/templates/misc/faq.handlebars
index 32e6eb3..3441bd3 100644
--- a/src/templates/misc/faq.handlebars
+++ b/src/templates/misc/faq.handlebars
@@ -28,7 +28,7 @@
},
deleteRow: function(e) {
e.preventDefault();
- this.model.destory();
+ this.model.destroy();
},
render: function () {
this.$el.html('');
From 393c90652ff4b8fcce9928650f02dfe4e548dd80 Mon Sep 17 00:00:00 2001
From: Josh Soref
How do I write a cell that renders a button?
ActionCell, and then
pass it to the column definition.ActionCell, and then
pass it to the column definition.
See the list of tasks and enhancements.
+ title="GitHub Issues">tasks and enhancements.