cc
cc
 设置了空值统计,详情展示错误
### What problem does this feature solve 在浏览表格数据的时候方便查看 ### What does the proposed API look like 通过一个属性直接控制 ### What is your project name data_explore
**1. using TableView2 , horizontal scrolling triggers the following warning in the console:** `WARNING: Caught 'java.lang.ClassCastException: class java.lang.String cannot be cast to class javafx.scene.paint.Paint (java.lang.String is in module java.base of...
Currently, JavaFX's TableView only highlights the clicked cell itself. I'd like to achieve Excel-like intersection highlighting: When clicking a cell, automatically highlight its entire row and column Highlight colors should...
The problem can be reproduced using FXComponents samples 
On 2K displays, an unnecessary scrollbar appears when exactly 4 menu items are present With any number of menu items (except 4), scrollbar flickers during expand/collapse operations JavaFX version: 21...