How to set non-persistent entity data-source to dataview and template grid [data widgets]?

0
I am new to Mendix  app development. Just started working on small application, where i need to create non-persistent list and objects and display on screen. Is it possible to create non-persistent list and objects for displaying on screen.
asked
1 answers
0

Hi Pranav,
Non-persistent entity save data only in memory, they are not saved in database. You can retrieve data from persistent entities as these are saved in database. For more info check this link https://docs.mendix.com/refguide/persistability .

answered