Displaying Reminders in AdapTable

Summary

  • Reminders - essentially Alerts that fire on a Schedule

Reminders are provided by AdapTable to ensure that users don't forget important grid actions.

Essentially Reminders are Alerts, but which run according to a predefined Schedule rather than being automatically triggered by data changes.

Note

When invoked, the Reminder is converted into an Alert and displays in the Alert Toolbar, Tool Panel and Status Bar

Reminders can be set to display a Toast Notification when they run.

Reminder Message Type

Each Reminder has a MessageType property which influences how the Toast Notification will look.

There are 4 Message Types available each with a different associated colour

Message TypeDefault Colour and CSS Variable
Info
var(--ab-color-info)
Success
var(--ab-color-success)
Warning
var(--ab-color-warn)
Error
var(--ab-color-error)

This defines the type (and colour) of the Notification that will be displayed.

Hint

Message Type colours are fully configurable through CSS Variables

Reminders
Fork
  • This example has two Reminders:
    1. Set to fire every weekday at 17:30 to remind the user to export data (with Message Type: Warning)
    2. Set to fire 1 minutes after this demo is opened (with Message Type: Info)
Try It Out
  • Change the schedule in the Reminder so that it fires in 2 minutes time

Using Reminders

Reminders can be created at run-time in the AdapTable UI.

UI Step by Step Guide

Scheduling a Reminder in the Schedule Wizard

Configuring Reminders

Reminders can be configured at design-time using Schedule Initial State.

Developer Guide

Providing a Reminder in Initial Adaptable State

Setting Reminders in AdapTable

(Recorded with AdapTable v16.0)

FAQ

How do I know if the Alert is a 'real' Alert or a Reminder The Alert Fired Event is published by AdapTable each time any Alert is triggered. This specifies whether the Alert was caused by a Reminder or the Rule in an Alert Definition.