Lot listing section
- Name:
lotListTemplate
- Url:
#/lots
,#/auctions/{AUCTION_UUID}
- Description: Lot listing section including filters and sorting
Preview
Default Template
<lot-list-and-filters>
<lot-list-filters />
<div class="ta-lot-section">
<div class="ta-lot-list-header-top">
<lot-keyword-search />
<jump-to-lot />
</div>
<hr class="mt-0">
<div class="ta-lot-list-header ">
<lot-list-per-page-select />
<div class="ta-lot-search-wrapper mb-3">
<sorting-dropdown/>
<lot-list-switch-view/>
<lot-list-filter-mobile-button/>
</div>
</div>
<lot-list-items />
</div>
</lot-list-and-filters>