Question
Collection Widget not displaying data as expected
- February 4, 2020
- 9 replies
- 5644 views
Hi guys,
In Thingworx Version "ThingWorx 8.4.2-b2151"
I'm using Collection widget to make a calendar.
I have a datatable with "date" column, column type is "DateTime".
When use collection widget, i set the sort column to date column, I have a service to load data from datatable by Month(each time it only load 28-31 rows from datatable base on user's choice of month).
Collection widget display correctly on default load, date is in order from 1 to the end of month(Service triggered when mashup loaded), but when user select different month, date order is mess up, no longer sort by date column, even user go back to the default loaded month, date order still mess up.

