dynamicweb / DynamicWeb

Make feature requests for Dynamicweb in Issues section of this repository
https://doc.dynamicweb.dev/documentation/fundamentals/support/feature-requests.html
GNU General Public License v3.0
1 stars 0 forks source link

Admin UI products screen - sort by any column #83

Closed ivaigor96 closed 2 months ago

ivaigor96 commented 3 months ago

Currently it's possible to click on product name and number and then it will sort ascending or descending on that value image

But it would be extremely helpful if we can do this on all columns The interesting thing is that it's already supported by the URL, so for example sorting by the discontinued column works if I changed the field in the URL

Admin/UI/Products/ProductList?PagingIndex=1&PagingSize=96&SortColumnName=Discontinued&SortDirection=descending&Type=ProductsAll

So this is some sort of UI limitation only

nicped commented 2 months ago

https://dev.azure.com/dynamicwebsoftware/Dynamicweb/_workitems/edit/20492

nicped commented 2 months ago

Most columns can be sorted with this change.