mw.widgets.TableWidget.prototype.clear = function () {
    this.model.clear();
};