Animated (blinking) row background in Power Table

You will need to create a tag that is connected to a timer component for your blinking rate. This could be on the gateway, client, or in the PLC. Then use scripting to color each row in your table and use the blink tag to determine which color it should be (i.e. "alarm" for row is true, if(blink, red, white) ).