RealGrid2 API
Interface
ToastOptions

ToastOptions

Settings to specify whether to display Toast View and message Model

Signature:

export interface ToastOptions

Remarks

Sort/filter large datasets Turing/ When grouping, you can notify that progress is being made when the screen is in a stopped state.

When setting options in Grid, you only need to enter the necessary information.

Example

grid.setFilteringOptions({
      toast: {
          message: "Filtering"
      }
});

Properties

PropertyTypeDescription
fadeOutnumberThe time at which the toast window fades
messagestringMessage to display in toast
styleNamestringToast window style class name
visiblebooleanVisibility
zIndexnumberzIndex of toast window

Properties Desc

fadeOut

The time the toast window fades out.

Type - number


message

Message to display in toast

Type - string


styleName

Toast window style class name

Type - string


visible

Visibility

Type - boolean


zIndex

zIndex of toast window

Type - number