[#384, slickgrid][s]: slickgrid add support for row-add and row-delete

This commit is contained in:
aliounedia
2014-01-20 23:33:34 +01:00
parent 66daf6f36f
commit a046861c4a
2 changed files with 71 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
/*jshint multistr:true */
this.recline = this.recline || {};
@@ -477,4 +476,3 @@ my.SlickGrid = Backbone.View.extend({
$.extend(true, window, { Slick:{ Controls:{ ColumnPicker:SlickColumnPicker }}});
})(jQuery);
/*jshint multistr:true */