{"record":{"id":"4506fef0da8966f1","repo":"octobercms/october","slug":"new-row-is-not-found-in-the-updated-table-record","errorCode":null,"errorMessage":"New row is not found in the updated table: {recordData[keyColumn]}","messagePattern":"New row is not found in the updated table: (.+?)","errorType":"console","errorClass":"Error","httpStatus":null,"severity":"error","filePath":"modules/backend/widgets/table/assets/js/table.js","lineNumber":645,"sourceCode":"        var keyColumn = this.options.keyColumn,\n            recordData = {},\n            self = this;\n\n        recordData[keyColumn] = -1 * this.recordsAddedOrDeleted;\n\n        this.$el.trigger('oc.tableNewRow', [\n            recordData\n        ]);\n\n        this.dataSource.createRecord(recordData, placement, relativeToKey,\n            this.navigation.getPageFirstRowOffset(),\n            this.options.recordsPerPage,\n            function onAddRecordDataTableSuccess(records, totalCount) {\n                self.buildDataTable(records, totalCount);\n\n                var row = self.findRowByKey(recordData[keyColumn]);\n                if (!row) {\n                    throw new Error('New row is not found in the updated table: '+recordData[keyColumn]);\n                }\n\n                if (!noFocus) {\n                    self.navigation.focusCell(row, 0);\n                }\n\n                self = null;\n            }\n        )\n    }\n\n    Table.prototype.deleteRecord = function() {\n        if (!this.activeCell) {\n            return;\n        }\n\n        var self = this,\n            key = this.getCellRowKey(this.activeCell),","sourceCodeStart":627,"sourceCodeEnd":663,"githubUrl":"https://github.com/octobercms/october/blob/b608633a7e8922487d91a8161499020121c3b3bf/modules/backend/widgets/table/assets/js/table.js#L627-L663","documentation":"Error \"New row is not found in the updated table: {recordData[keyColumn]}\" thrown in octobercms/october.","triggerScenarios":"Thrown at modules/backend/widgets/table/assets/js/table.js:645 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"b608633a7e8922487d91a8161499020121c3b3bf","analyzedAt":"2026-08-21T04:24:57.515Z","schemaVersion":2},"datasetVersion":"2026-08-21T11:28:35.574Z"}