![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/magento/module-ui/view/base/web/templates/grid/sticky/ |
<!-- /** * 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>