Improvements
- Feature Table, Feature Attributes, Query Widget >> Enhanced performance by introducing a layer data chunking support:
- Implemented a configurable chunking system to enhance performance and scalability
- A new Chunks Count setting determines how many data chunks are loaded from the server, reducing client-side load
- The number of features per chunk is controlled by server settings
This option is now configurable via the widget settings form:
- -1 >> loads all available data (unrestricted)
- 1 or higher >> loads data in a defined number of chunks
- 0 >> not valid
- Close Work Widget >> Added support for Related Layers feature, allowing users to interact with related features using Custom Actions without showing them in the Close Work table
- Map Widget >>
- Added a measurement tool for quickly calculating distances, areas, and locations, helping users make spatial decisions, validate features, and plan accurately without leaving the map
- Added an option to save the map's zoom state when navigating away from a page and returning, ensuring a consistent view for the user
- Feature Attributes Widgets >> Added support for Async Fields in lookup inputs:
- On initial page load, the field remains empty
- As the user types, matching values are dynamically fetched using a LIKE operator, returning only options that correspond to the entered text
- This improves performance and usability, especially with large datasets.
- Lookup Fields >> Distinct values support:
- Added support for returning distinct values in Table and Unique lookup fields
- Designed to improve performance and eliminate duplicates
- The feature is not configurable by users, it is controlled on the code side
Bug Fixes
- Tabs >> When the first tab on a page is hidden for a specific role, it still acts as the landing tab for users with that role
- Feature Table >> Inline Editing is not working for Roles
- Widgets - Generate Fields >> The selected fields are reset when text is entered into the search field
Comments
0 comments
Please sign in to leave a comment.