render: function () {
    // Since render should be idempotent (i.e. should not append the tableView twice when called multiple times)
    if (this.tableView && !this.hasRenderedTableView) {
      this.hasRenderedTableView = true;
      this.$el.append(this.tableView.el);