What's New in the ThingWorx Web Component SDK Version 9.7.0¶
New Web Components¶
ptcs-timer
- Enables you to count time using two modes: as a timer that counts duration (stopwatch) or as a countdown that counts to zero and triggers an event.
Updated Web Components¶
ptcs-grid
- Added a Grid Value Manager, which adds a support for managing delayed values in a grid component. It allows values to be resolved immediately or later, displaying a spinner when loading. Acting as a hub, it manages value requests from the grid and assignments from the client, enabling independent operation using an event-based approach.
- Added support for showing a check box in column headers. You can use these check boxes to enable bulk selection.