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/sticky.html

<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<div style="display: none;" css="stickyClass" afterRender="setStickyNode">
    <span class="data-grid-cap-left" afterRender="setLeftCap"></span>
    <span class="data-grid-cap-right" afterRender="setRightCap"></span>

    <div afterRender="setStickyToolbarNode">
        <div class="admin__data-grid-header">
            <div class="admin__data-grid-header-row">
                <scope args="requestChild('listing_massaction')" render=""></scope>
                <scope args="requestChild('listing_paging')" render="totalTmpl"></scope>
                <each args="getRegion('dataGridFilters')" render=" $data.stickyTmpl || getTemplate()"></each>
                <div class="admin__data-grid-actions-wrap" each="getRegion('dataGridActions')" render=""></div>
                <scope args="requestChild('listing_paging')" render=""></scope>
            </div>
        </div>

        <scope args="requestChild('listing_filters_chips')" render="$data.stickyTmpl || getTemplate()"></scope>

        <scope args="columnsProvider" render="stickyTmpl"></scope>
    </div>
</div>