{"record":{"id":"55053fa0f9868546","repo":"octobercms/october","slug":"the-oc-table-namespace-is-not-defined-make-sure-55053f","errorCode":null,"errorMessage":"The $.oc.table namespace is not defined. Make sure that the table.js script is loaded.","messagePattern":"The \\$\\.oc\\.table namespace is not defined\\. Make sure that the table\\.js script is loaded\\.","errorType":"console","errorClass":"Error","httpStatus":null,"severity":"error","filePath":"modules/backend/widgets/table/assets/js/table.helper.navigation.js","lineNumber":12,"sourceCode":"/*\n * Navigation helper for the table widget.\n * Implements the keyboard navigation within the current page\n * and pagination.\n */\n+function ($) { \"use strict\";\n\n    // NAMESPACE CHECK\n    // ============================\n\n    if ($.oc.table === undefined)\n        throw new Error(\"The $.oc.table namespace is not defined. Make sure that the table.js script is loaded.\");\n\n    if ($.oc.table.helper === undefined)\n        $.oc.table.helper = {}\n\n    // NAVIGATION CLASS DEFINITION\n    // ============================\n\n    var Navigation = function(tableObj) {\n        // Reference to the table object\n        this.tableObj = tableObj\n\n        // The current page index\n        this.pageIndex = 0\n\n        // Event handlers\n\n        // Number of pages in the pagination\n        this.pageCount = 0","sourceCodeStart":1,"sourceCodeEnd":30,"githubUrl":"https://github.com/octobercms/october/blob/b608633a7e8922487d91a8161499020121c3b3bf/modules/backend/widgets/table/assets/js/table.helper.navigation.js#L1-L30","documentation":"Error \"The $.oc.table namespace is not defined. Make sure that the table.js script is loaded.\" thrown in octobercms/october.","triggerScenarios":"Thrown at modules/backend/widgets/table/assets/js/table.helper.navigation.js:12 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"}