import AdapterEzEditTable from 'tablefilter/src/extensions/advancedGrid/adapterEzEditTable.js'AdapterEzEditTable
Extends:
Adapter module for ezEditTable, an external library providing advanced grid features (selection and edition): http://codecanyon.net/item/ezedittable-enhance-html-tables/2425123?ref=koalyptus
Constructor Summary
| Public Constructor | ||
| public |
constructor(tf: TableFilter, cfg: Object) Creates an instance of AdapterEzEditTable |
|
Member Summary
| Public Members | ||
| public |
Module description |
|
| public |
Filename of ezEditTable library |
|
| public |
|
|
| public |
Load ezEditTable stylesheet |
|
| public |
Path to ezEditTable stylesheet |
|
| public |
Name of ezEditTable stylesheet |
|
| public |
Path to ezEditTable library |
|
Method Summary
| Public Methods | ||
| public |
destroy() Remove advanced grid |
|
| public |
init() Conditionally load ezEditTable library and set advanced grid |
|
| public |
reset() Reset advanced grid when previously removed |
|
| public |
toggle() Toggle behaviour |
|
Inherited Summary
| From class Feature | ||
| public |
TableFilter configuration |
|
| public |
TableFilter emitter instance |
|
| public |
TableFilter feature setting |
|
| public |
Feature name |
|
| public |
Field indicating whether Feature is initialized |
|
| public |
TableFilter instance |
|
| public |
destroy() Destroy the feature |
|
| public |
disable() Disable the feature |
|
| public |
enable() Enable the feature |
|
| public |
init() Initialize the feature |
|
| public |
Indicate whether the feature is enabled or not |
|
| public |
reset() Reset the feature after being disabled |
|
Public Constructors
public constructor(tf: TableFilter, cfg: Object) source
Creates an instance of AdapterEzEditTable
Override:
Feature#constructorParams:
| Name | Type | Attribute | Description |
| tf | TableFilter | TableFilter instance |
|
| cfg | Object | Configuration options for ezEditTable library |
Public Members
public initialized: boolean source
Field indicating whether Feature is initialized
Override:
Feature#initializedPublic Methods
public init() source
Conditionally load ezEditTable library and set advanced grid
