2.9.26
Release date: June 2025
New Features and Improvements
We improved the image rendering behavior to prevent 404 errors in the browser console when the SRC field token is empty.
Fixes
We fixed an issue where the first click on number-type columns did not apply sorting correctly. Now, the column sorts as expected on the first click.
We fixed a bug in the handling of null values when assigning data from selected arrays to tokens. In versions prior to 2.9.24, if the array value was null, the token would be cleared without errors. However, in version 2.9.24, a NullPointerException occurred due to the use of the primitive int type. With this fix, we now use the Integer type to allow null values without exceptions, restoring the expected behavior.