onTab: function (columnIndex) {
            if (columnIndex === this.columns.filter((column) => column.isEditable).length - 1) {
                this.$emit('onTabLastColumn');
            }
        },