Scrolling to the last entity added to a datagrid

0
Hi, I’m adding entities to a datagrid with 5 rows. I would like go to the 2nd page automatically after adding the 6th entity and so on...Is there a way to do that ? Regards Jean
asked
1 answers
0

Hi Jean,

This is not possible with Mendix in house features yet. 

But I think you can add a Java script to achieve this. 

What you can do is add Nanoflow on Save button action, call a sub microflow to perform your regular save actions and then call a Java script which presses next value for you based on the number of record. 

Hope this helps.

Regards,

Sharad R K

answered