SMART datagrid v.1 > Classes > ToastOptions
DataLudi.ToastOptions.styleName property
CSS className of HTML element which implements Toast View.
If specify this value, all necessary style properties should be contained. The default style of SMART datagrid internal will not be applied. However, you can reset through styles property.
Defaults to null.
- Getter
- function styleName(): String
- Setter
- function setStyleName(value: String)
- See Also
- styles
- message
- visible
- OperateOptions.sortingToast
- OperateOptions.filteringToast
- OperateOptions.groupingToast
- GridBase.showToast
- GridBase.hideToast
- Examples
- Toast View
- Column Sorting
- Column Filtering
- Row Grouping