New Sigbla release - v1.24.0 - Still Rice
New Sigbla release - v1.24.0 - Still Rice
github.com
GitHub - sigbla/sigbla-app: Sigbla is a framework for working with data in tables, using the Kotlin programming language. It supports various data types, reactive programming and events, user input, charts, and more.

Changelog
v1.24.0 - 2024-01-02 - Still Rice
Added
swap(..)function to swap rows or columnssort(..)function to sort a table by rows or columns- Enhance
TableListenerEventandTableViewListenerEventfor easy access to event source details - Allow setting the host/IP with
TableView[Host]orSIGBLA_HOST
Fixed
- Fix issue with on ref/name mismatch in UI for table views
- Ensure only
Row[at X]can be used in row subscriptions - Ensure valid
CellRange,ColumnRange, andRowRangewithin constraints - Support for view/table replacement when reusing existing view reference
Changed
- Changed Dexx collections dependency with Sigbla PDS (no functional change)
- Tidy up implementation of
RowRangeandColumnRange - Documentation improvements and additions
- Various improvements to
toStringfunctions - Various minor code cleaning
Removed
- Nothing