palexdev / MaterialFX

A library of material components for JavaFX
GNU Lesser General Public License v3.0
1.21k stars 122 forks source link

Could you provide the component of the treeTableView and tabPane #82

Open ririv opened 3 years ago

ririv commented 3 years ago

I am about to transplant my project from JFoenix to MaterialFX, but I use the treeTableView and tabPane with JFoenix, so i want to you can provide these two. Thank you

palexdev commented 3 years ago

The TabPane maybe, I have to take a better look at it first

The TreeTableView, no, because I don't like the idea of it, you either use a tree or a table, combining the two just creates a messy UI in my opinion

ririv commented 2 years ago

The TabPane maybe, I have to take a better look at it first

The TreeTableView, no, because I don't like the idea of it, you either use a tree or a table, combining the two just creates a messy UI in my opinion

Ok, i think you are right, treetableview is not a good design, many ui library have no it(not only in java, but also javascript)

shuliga commented 7 months ago

I'd vote for creation of MaterialFX version of TreeTableView. This is about consistency of base JaveFX controls representation in Material design. The more comprehensive is the 'Matrerialization' - the better it is for the deveolopers. There're lots of devs denying migrations to modernized skins just because of gaps in coverage of JavaFX components. That's sad.