Sticky header for non views tables
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3344925. -->
Reported by: [abelass](https://www.drupal.org/user/2802701)
Related to !394 !248
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>Currently custom tables with sticky headers don't work out of the box. </p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>Create a custom form with sticky header<br>
<code> '#sticky' => TRUE,</code></p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>As for for the template <code>gin/templates/views/views-view-table.html.twig</code><br>
which has a wrapper div with the class <code>gin-table-scroll-wrapper</code></p>
<p>The table template <code>templates/dataset/table.html.twig</code><br>
should have a wrapper div with the class <code>gin-table-scroll-wrapper</code> instead of the current <code>layer-wrapper gin-layer-wrapper</code></p>
> Related issue: [Issue #3293369](https://www.drupal.org/node/3293369)
issue