Sort DropDown Control
<select data-grid-control="sort">
<option data-type="initial" selected>Sort by</option>
<option data-path=".title" data-direction="asc" data-type="text">Sort by title asc</option>
<option data-path=".title" data-direction="desc" data-type="text">Sort by title desc</option>
<option data-path=".price" data-direction="asc" data-type="number">Sort by price asc</option>
<option data-path=".price" data-direction="desc" data-type="number">Sort by price desc</option>
</select>Select data attributes
Option elements data attributes
Sort Types
Last updated