Draggable tables are not working in Drupal 9.2.x
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3200202. --> Reported by: [chi](https://www.drupal.org/user/556138) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Draggable tables fail with the following error message</p> <pre>Uncaught TypeError: Cannot read property 'prototype' of undefined<br>&nbsp;&nbsp;&nbsp; at tabledrag.js?v=9.2.0-dev:24<br>&nbsp;&nbsp;&nbsp; at tabledrag.js?v=9.2.0-dev:75<br>drupal.js?v=9.2.0-dev:16 Uncaught TypeError: Cannot read property 'field-display-overview' of undefined<br>&nbsp;&nbsp;&nbsp; at Object.attach (field_ui.js?v=9.2.0-dev:46)<br>&nbsp;&nbsp;&nbsp; at HTMLTableElement.&lt;anonymous&gt; (field_ui.js?v=9.2.0-dev:40)<br>&nbsp;&nbsp;&nbsp; at Function.each (jquery.min.js?v=3.5.1:2)<br>&nbsp;&nbsp;&nbsp; at S.fn.init.each (jquery.min.js?v=3.5.1:2)<br>&nbsp;&nbsp;&nbsp; at Object.attach (field_ui.js?v=9.2.0-dev:39)<br>&nbsp;&nbsp;&nbsp; at drupal.js?v=9.2.0-dev:27<br>&nbsp;&nbsp;&nbsp; at Array.forEach (&lt;anonymous&gt;)<br>&nbsp;&nbsp;&nbsp; at Object.Drupal.attachBehaviors (drupal.js?v=9.2.0-dev:24)<br>&nbsp;&nbsp;&nbsp; at drupal.init.js?v=9.2.0-dev:29<br>&nbsp;&nbsp;&nbsp; at HTMLDocument.listener (drupal.init.js?v=9.2.0-dev:17)</pre><h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Open any draggable table in admin interface. For example /admin/structure/types/manage/article/form-display<br> Check out browser JS console</p> <p>That's likely related to <span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-7"><a href="https://www.drupal.org/project/drupal/issues/3083051" title="Status: Closed (fixed)">#3083051: Refactor tabledrag when core issues are resolved</a></span>.</p> > Related issue: [Issue #3083051](https://www.drupal.org/node/3083051)
issue