Results 6 issues of cc

![fc90ee7fdff1f7935ab7d9e44f59220](https://user-images.githubusercontent.com/14870396/227474273-79439be8-ee96-4aae-9c6c-da73a38c56b2.png) 设置了空值统计,详情展示错误

### What problem does this feature solve 在浏览表格数据的时候方便查看 ### What does the proposed API look like 通过一个属性直接控制 ### What is your project name data_explore

enhancement

**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 ![Image](https://github.com/user-attachments/assets/997ecc45-fcf3-401e-b51c-5bb4361931f9)

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...