https://github.com/turekbot/jfxtableview_css
An attempt to nail down the CSS necessary to have a "JFXTableView" since as of JFoenix 8.0.1, the directive is to merely style a normal TableView.
https://github.com/turekbot/jfxtableview_css
Last synced: about 1 year ago
JSON representation
An attempt to nail down the CSS necessary to have a "JFXTableView" since as of JFoenix 8.0.1, the directive is to merely style a normal TableView.
- Host: GitHub
- URL: https://github.com/turekbot/jfxtableview_css
- Owner: TurekBot
- Created: 2018-02-08T01:26:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T20:59:55.000Z (about 8 years ago)
- Last Synced: 2025-03-21T17:12:35.918Z (about 1 year ago)
- Language: CSS
- Size: 67.4 KB
- Stars: 4
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
You have two options:
* You can try to replicate the look of the **JFXTreeTableView** ->
[jfx-table-view.css](src/main/resources/tech/ugma/education/jfoenixtableview/jfx-table-view.css)
* Or you can try to conform to the **Material Design Specifications** ->
[material-design-table-view.css](src/main/resources/tech/ugma/education/jfoenixtableview/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.
## Help Wanted
Recently the [Material Design Guidelines][New MDG] had an update—consequently the stylesheet will need to be updated to match those
specifications.
### Things left to fine tune
* Update to match the [new Material Design Specifications][New MDG]
* Scroll Bars
* Anything else you can think of/see?
## Getting Started
* Clone this repository to your machine
* On the command line, in the root of the project, type the command `gradlew run`
[New MDG]: https://material.io/design/components/data-tables.html#specs