Home Reference Source Repository
import BehaviorTable from 'rodan-client/js/Behaviors/BehaviorTable.js'
public class | source

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 initialize() source

Initializes the instance.

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:

NameTypeAttributeDescription
view Marionette.View

View from which the Behavior will get events