We are using an updated vesrion of SmartGWT 12, and we have a timeline similar to the one in the showcase (https://www.smartclient.com/smartgwt...bound_timeline)
In the timeline there is a name for each lane and an hidden field with the timestamp of last update.
Our screen uses RealtimeMessaging to receive updates on the events to display in the timeline.
We would like to have the timeline sorted by "lastUpdate desc, name", and this sorting to be maintained whenever we update the values in the timeline through the RealtimeMessaging.
There doesn't seems to be a clean and reliable way to achieve that, do you have any suggestion?
In the timeline there is a name for each lane and an hidden field with the timestamp of last update.
Our screen uses RealtimeMessaging to receive updates on the events to display in the timeline.
We would like to have the timeline sorted by "lastUpdate desc, name", and this sorting to be maintained whenever we update the values in the timeline through the RealtimeMessaging.
There doesn't seems to be a clean and reliable way to achieve that, do you have any suggestion?
Comment