You have two options:
- You can try to replicate the look of the JFXTreeTableView -> jfx-table-view.css
- Or you can try to conform to the Material Design Specifications -> material-design-table-view.css
See how they compare! To try it yourself, clone/download this repository and run gradlew run
in the root of the project
for a quick demo.
Recently the Material Design Guidelines had an update—consequently the stylesheet will need to be updated to match those specifications.
- Update to match the new Material Design Specifications
- Scroll Bars
- Anything else you can think of/see?
- Clone this repository to your machine
- On the command line, in the root of the project, type the command
gradlew run