Class: Notify

Notify

new Notify(messageopt, typeopt, columnopt, timeoutopt)

Implementation of a notification system, added to each row
Parameters:
Name Type Attributes Description
message String <optional>
Notification message
type String <optional>
One of the bootstrap alert types (info, danger, warning, success, primary, default)
column Number <optional>
Which column the message should replace, if empty the entire row will be used
timeout Number <optional>
Milliseconds that takes for message to be removed.
Source: