[DE mobile] Update table styles view after the rows or columns were changed.
This commit is contained in:
parent
193c1a3f04
commit
23dae4e89b
|
@ -104,6 +104,12 @@ define([
|
|||
'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) {
|
||||
|
|
Loading…
Reference in a new issue