Filter and Sort problems with AppginiHelper library

This sub-forum is for discussing all topics related to AppGini Helper JavaScript Library, provided by bizzworxx as a third-party AppGini plugin.
Post Reply
wrenkens
Posts: 3
Joined: 2022-01-20 18:33

Filter and Sort problems with AppginiHelper library

Post by wrenkens » 2025-05-29 13:44

After rebuilding my app from V24.18 to V25.11, I had the following problem:

The filter and sort settings were no longer retained when switching to DV and then back to TV. This is due to the function

Code: Select all

AppGiniHelper.getCommon.addSearch( ... )
This function creates a new search field in the NavBar and allows you to jump directly to a specific data record In DV in a table. For me it was more important to keep the filter and the sorting. Therefore I have commented out this function until a solution is presented.

Post Reply