Show notification when DataGrid have a new row

0
Hello Mendixer, In my project a lot of users work with the same data and they want to see changes in the datagrid. With an Notifcation or litte PopUp ( like: New Item ) Without having to refresh the whole page everytime.   Refresh time (in seconds) is on 1 sec.    How this would be possible? thankfull for every Answer best regards    
asked
3 answers
1

To the entity that you are showing first make sure the CreatedAt- and ChangedAt-attributes are ticked. These attribute you can use for changing the styles using the CellGridStyler.

Or use module pusher https://marketplace.mendix.com/link/component/107957/Mendix/Pusher.

answered
0

Hej Tim,

nice to meet you again :D 

 

this is a new Task and have nothing to do with the CellGridStyler, this is done and thanks for that!

 

Current Task:

When one User makes a new Entry, the other User, sitting on an another PC , should get a Notifaction. 

Because → Refresh Time is 1 sec, the other User see the new Row. 

I only to need give him a notifacation ( Hey User, there is a new Entry ) 

 

How you would do this?

 

  

answered
0

Hej Tim,

 

did you tried this widget for Mendix 9.11 ?  

I always get an JavaAction Error. Befor to make any configs and after making all configs

answered