JavaFX TableView Column with different controls

Viewed 19

I am working on a project in JavaFX, I am using TableViews. I need to create a table in which the same column can display different type of controls in it, depending on a condition. For example:

TableView

I have searched examples on the Internet, but I always found code about TableViews in which the column has the same control type for all its cells. Is possible to have a column in which its cells could have different control types?

0 Answers
Related