@vamshikarru wrote:
I have a table and it gets the data from DS model which dynamically updates from the database. I need alert of color (css) change of the block( particular “td”) in UI when the data updates in the table.
Here is my code:
{{#each model as |flight|}} C Flight {{/each}} {{ember-inline-edit value=flight.ACTUAL_COMPLEX onSave = (action "updateFlight" flight.id) onClose = (action "rollbackFlight" flight.id)}} {{ember-inline-edit value=flight.FLTNUM onSave = (action "updateFlight" flight.id) onClose = (action "rollbackFlight" flight.id)}} I need the color of the block “flight” change when the value updates.
Posts: 1
Participants: 1