Activate tabledrag for the entire row being reordered
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3571379. -->
Reported by: [laryn](https://www.drupal.org/user/125540)
Related to !791 !747
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>I'm <a href="https://github.com/backdrop-contrib/gin/issues/170">workshopping a change for tabledrag over in the Backdrop version of the Gin theme</a> and wondered if folks here had opinions, feedback or would entertain a PR. The short form is that I want to improve tabledrag and make it easier to grab by activating the entire table row for dragging when using a mouse or touch. The keyboard interactions would stay the same (centered on the handle).</p>
<p>One question is whether this would warrant a toggle in the theme settings, or just be turned on by default.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Some relatively small changes in the tabledrag JS and CSS make this possible. I will submit a MR for feedback and review.</p>
<h3 id="summary-ui-changes">User interface changes</h3>
<p>Tabledrag click/touch dragging would now work on the entire row that is being re-ordered.</p>
issue