Skip to content
TurekBot edited this page Feb 20, 2018 · 4 revisions

For now, there is no equivalent of the JavaFX TableView. Most JFoenix Components use internal stylesheets to look the way they do.

Your alternative approaches, for now, include:

Using CSS to style a TableView

If you want a TableView that matches the JFoenix look, adding the following stylesheet to a normal JavaFX TableView will do the trick.

jfx-table-view.css

  • Introduction
  • Basic Components
  • Advanced Components
    • Badge
    • Decorator
    • Dialog
    • Drawer
    • List View
    • Masonry
    • Pickers
    • Popup
    • Snack Bar
    • Tree Table View
Clone this wiki locally