mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 08:37:33 +08:00
[DE mobile] Update table styles view after the rows or columns were changed.
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user