BehaviorTable
Extends:
backbone.marionette~Marionette.Behavior → BehaviorTable
A Marionette Behavior for tables. This class defines sorting and filtering.
Method Summary
Public Methods | ||
public |
Initializes the instance. |
|
public |
Destroy instance. |
|
public |
onRender(view: Marionette.View) Delegate events and inject table controls after render. |
Public Methods
public onDestroy() source
Destroy instance. This takes care of destroying any known DateTimePicker instances before moving to the next View. Also reset last target.
public onRender(view: Marionette.View) source
Delegate events and inject table controls after render.
Params:
Name | Type | Attribute | Description |
view | Marionette.View | View from which the Behavior will get events |