how to Highlight the Data grid edited fields

0
Hi, i have a data grid which has some fields. If a user edit a field in data grid it should be Highlighted in (bold letters) so that user can understand that someone has edited this field. can anyone help me on this.                                        Name                address       edited columns –         John                 6 avenue normal columns-         peter               4 cross road
asked
2 answers
4

Here is a sample nanoflow, 

 

and under the class to apply section write a custom class under custom.scss and enter the class name here. 

answered
4

Hi, 

This can be achieved by using the AppStore item Grid Cell Styler. Create a nanoflow that returns true if an object is updated and any class you define in the configuration will be applied to the column in the grid. 

Hope this helps!

answered