An open API service indexing awesome lists of open source software.

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.

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