PragmaticCoding / MultiMVCI

JavaFX sample application showing how to connect multiple screens/functions with the MVCI framework
3 stars 2 forks source link

TableView Example #1

Open barmat80 opened 10 months ago

barmat80 commented 10 months ago

Hi Dave. I searched a lot in all your repositories, but I couldn't find any example of a TableView. I only noticed that in the package widgetsfx.tables many widgets are related to TableModel, but I didn't find this class anywhere.

Can you provide a simple example with a TableView? I can't figure it out how to connect it to the Model instead of the pojo...

Thank you Mattia

PragmaticCoding commented 10 months ago

Hi again,

I checked, and I have an article about TableView basics partially completed. I'll see about finishing it up and getting it posted this week. That should help you.

Dave

Oct 13, 2023 12:42:16 p.m. Mattia @.***>:

Hi Dave. I searched a lot in all your repositories, but I couldn't find any example of a TableView. I only noticed that in the package widgetsfx.tables many widgets are related to TableModel, but I didn't find this class anywhere.

Can you provide a simple example with a TableView? I can't figure it out how to connect it to the Model instead of the pojo...

Thank you Mattia

— Reply to this email directly, view it on GitHub[https://github.com/PragmaticCoding/MultiMVCI/issues/1], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AEYI4HSKTX2JGH4KFXHQF53X7FVOPAVCNFSM6AAAAAA57NBD7OVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE2DEMRXGIYDKMA]. You are receiving this because you are subscribed to this thread. [Tracking image][https://github.com/notifications/beacon/AEYI4HRGQA3AIPUPDDQVQ4LX7FVOPA5CNFSM6AAAAAA57NBD7OWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHHHRFYGI.gif]

barmat80 commented 10 months ago

I'm waiting for it.

You're very kind. Thank you!

barmat80 commented 9 months ago

Hi Dave, I've read your articles about TableView and I found them quite clear: maybe I'll clarify a little more data updating mechanism in the TableView after model updating