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> at tabledrag.js?v=9.2.0-dev:24<br> 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> at Object.attach (field_ui.js?v=9.2.0-dev:46)<br> at HTMLTableElement.<anonymous> (field_ui.js?v=9.2.0-dev:40)<br> at Function.each (jquery.min.js?v=3.5.1:2)<br> at S.fn.init.each (jquery.min.js?v=3.5.1:2)<br> at Object.attach (field_ui.js?v=9.2.0-dev:39)<br> at drupal.js?v=9.2.0-dev:27<br> at Array.forEach (<anonymous>)<br> at Object.Drupal.attachBehaviors (drupal.js?v=9.2.0-dev:24)<br> at drupal.init.js?v=9.2.0-dev:29<br> 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