[DE mobile] Update table styles view after the rows or columns were changed.

This commit is contained in:
Julia Radzhabova 2016-12-01 12:01:53 +03:00
parent 193c1a3f04
commit 23dae4e89b

View file

@ -104,6 +104,12 @@ define([
'page:show' : this.onPageShow 'page:show' : this.onPageShow
} }
}); });
var me = this;
uiApp.onPageBack('edit-table-style-options', function (page) {
$('.dataview.table-styles .row div').single('click', _.bind(me.onStyleClick, me));
me.initSettings('#edit-table-style');
});
}, },
setApi: function (api) { setApi: function (api) {