Geeksltd / Olive

Olive framework, for more productive cross platform .NET solutions. It's available under the GPL v3 license. See License.md for more information.
https://geeksltd.github.io/Olive
Other
44 stars 44 forks source link

Full page refresh on list sorting #241

Closed WaseemGeeks closed 4 years ago

WaseemGeeks commented 5 years ago

When sorting the list, the whole page is refreshed with sort column name appended in query string in url. This is causing the whole page controls to clear and makes a visible UI issue for end user. Can we add functionality to ensure the complete page isn't refreshed?

hamidmayeli commented 5 years ago

Hi @PaymonK, In order to support this feature, we need to change the implementation of the list pages. In fact, the list should be rendered after the page is loaded using an ajax call. Is it something that we want to support?

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.