TypeTable: Added row-level disable functionality for checkboxes. Now, if any row is disabled, the "Select All" checkbox will also be disabled. This ensures compatibility with previous versions and prevents unintended selection behavior for a more consistent usage across projects.
Fixes
MainMenu: The ContextContainer now uses CSS to calculate its height, resolving issues where the height was previously cut off due to JavaScript calculations being applied at the wrong time.
Description
Release 2.6.2
Features
Fixes