0

I have this table, where there are several entries with an orderID.

enter image description here

To show more informations about the entry, you can click on the but enter image description here

Is this think doable with javafx Scene Builder? What should I do?

The suggestion about TitledPane is good, but how can I insert it into a table? As you can see here, it's like "separated".

enter image description here

Allexj
  • 1,375
  • 6
  • 14
  • 29
  • 1
    Have you attempted to use `TitledPane` to see if it is good enough for you? – SedJ601 May 14 '22 at 15:29
  • hi, @Sedrick thanks . But how can I insert this TItledPane inside a table? – Allexj May 14 '22 at 15:42
  • One question per post. Please make an attempt first and if you run into a problem come back with a question. Your question can't change as you get suggestions to the original question. – SedJ601 May 14 '22 at 15:46
  • 2
    `setCellFactory` -> https://stackoverflow.com/questions/29489366/how-to-add-button-in-javafx-table-view – SedJ601 May 14 '22 at 15:47

0 Answers0