Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/magento/module-ui/view/base/web/templates/grid/sticky/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-ui/view/base/web/templates/grid/sticky/listing.html

<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<div class="admin__data-grid-wrap" data-role="sticky-el-root">
    <table class="data-grid">
        <thead>
            <tr each="data: getVisible(), as: '$col'" render="getHeader()"></tr>
        </thead>
        <tbody></tbody>
    </table>
</div>