Francisco García Collado
Francisco García Collado
Hi @PascalQuesseveur! Thank you for the feedback Yes, I plan to improve the TableView control so that it allows working with trees. The idea is to start development in April....
Also referenced in #81
@tobiasford
WIP. 
WIP. 
WIP 
Hi @chipzhang , thanks for the feedback! It's a very interesting feature, but unfortunately, I don't think it can fit into the development plan for this year. The planned new...
Also referenced here: https://github.com/frang75/nappgui_src/discussions/88
Hi @MastersoftDev Unfortunately, NAppGUI does not include database connectors. We have to do the database/GUI mapping manually.
A good starting point is Data Binding. https://nappgui.com/en/gui/gbind.html This will keep the data structures in sync with the interface. Later you can update the database from the structures in C.