Tabletreeview adds unnecessary broilerplate code when one only wants simple table.
Can you provide more details about this issue, a sample code that demonstrates this issue.
Hi,
I meant that I haven't found javafx.scene.control.TableView<S> compatible JFX equivalent, only the treetable one. Have I overlooked something? I don't need treetable, but would very much like a table that is styled to the material design spec.
I support this suggestion. We need a simple TableView too.
Any news regarding jfoenix supporting TableView?
Hello currently there is no plan, as you can create a material design TableView using simple css.
Later, it might be added with some delete/filter/edit features following the material design guidelines.
In the mean time, feel free to add your own contribution to JFoenix.
Regards,
If it's simple to add TableView using css, could instructions perhaps be posted here?
Is it best practise to copy the CSS for the tree table? Or do something to rename the style classes for TableView or other. It's probably simple if you know how it works, but not so simple if you were expecting a drop in class replacement.
I took a good look at JFXTreeTableView's CSS and this is my best attempt at replicating the style. Forgive me for my CSS-noobhood. Can anyone help me fine-tune it?

Any updates on this? It's been over a year, and I'd love to see a TableView material design without having to use TreeTableView.
@davidkoplik, have you tried applying this CSS stylesheet to a normal TableView?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
Any updates on this? It's been over a year, and I'd love to see a TableView material design without having to use TreeTableView.