Where is the list-bound entity data created

0
您好,我创建了应用程序,创建了一个页面。我想通过绑定实体来显示数据,但是我不知道数据来自何处?      
asked
1 answers
0

You need to create an entity in the domain model. Then you can put a datagrid on the page you created for that entity. In the datagrid you can add a “new” button (it is there by default) that opens a new popup where you can add a new object to the database. 

answered