Single level history

0
Hi, I am new to Mendix, I need to create a single level history for my application,\.  Please guide me with screenshots 
asked
5 answers
4

Hi,

 

You can use datagridextension for the single level history 

answered
0

 I need like this

answered
0

Ok, add a Datagrid to the page and set the Datasource of the Datagrid to the entity that you want it to show.

See https://docs.mendix.com/refguide/data-grid for more details.

 

answered
0

okay, Thank You, I will work on it

answered
0

I would recommend going through the rapid developer course as it will help you with basic concepts and get you started on the right track!

In addition to Tim’s answer, if you need to show a button inside the datagrid it is possible via datagrid2 which is available in Mendix 9 and that could also help.

https://docs.mendix.com/appstore/modules/data-grid-2

answered