TimGeyssens / UIOMatic

Auto generate an integrated crud UI in Umbraco for a db table based on a petapoco poco (and more)
https://timgeyssens.gitbook.io/ui-o-matic/
Other
67 stars 54 forks source link

Nibble.Umbraco.UIOMatic v5.1.4 applying filter does not show items on page 1 #213

Open kudecha opened 1 year ago

kudecha commented 1 year ago

Hi there,

I am using Nibble.Umbraco.UIOMatic v5.1.4 on Umbraco v10.3.1.

Thanks for fixing issue #211, it now filters correctly on dropdown change or applying search terms. A minor issue still present though.

As expected, applying search terms updates 'Total items' label with correct no of items, sends user to page 1 (no matter which page there were on the list) and shows items in list.

However, applying filter on dropdown change has a problem. It updates 'Total items' label with correct no of items but does not send user to page 1. That means if the new result does not have items to show on the currently selected page, it won't show any items in list.

It would be great if you would look into this and provide fix.

Thanks & Regards, Jay