See: Description
Class | Description |
---|---|
AbstractFilteringFeature |
Abstract base class of the filtering feature.
|
AjaxFeature |
Feature automatically added to the table when using an AJAX source.
|
AjaxReloadFeature |
Feature automatically added to the table when the end-user makes use of the
DatatableOptions.AJAX_RELOAD_SELECTOR or the
DatatableOptions.AJAX_RELOAD_FUNCTION . |
ExportFeature |
Extension used to generate export links, depending on the export
configurations stored in the
TableConfiguration instance. |
ExternalFilterFeature |
Feature enabled as soon as a filter selector is set, indicating that
filtering should be triggered externally.
|
ExtraHtml |
POJO used to wrap an extra HTML snippet that end-users can add around the
table.
|
ExtraHtmlFeature |
This feature allows to register extra HTML snippets in the table.
|
ExtraJs |
POJO used to wrap a set of bundles to be inserted in the generated DataTable
configuration.
|
ExtraJsFeature |
Feature used to insert end-user Javascript files in the generated DataTable
confguration.
|
PagingTypeBootstrapFullFeature |
Alternative pagination style mixing
PagingTypeBootstrapSimpleFeature
and PagingTypeFourButtonFeature . |
PagingTypeBootstrapFullNumbersFeature |
Alternative pagination style mixing the full numbers
PagingTypeBootstrapSimpleFeature and full numbers. |
PagingTypeBootstrapSimpleFeature |
Activates the Bootstrap2 pagination by:
Updating the bundle graph with the bundle
paginationType-bootstrap
Setting the pagination type to bootstrap
|
PagingTypeExtJsFeature |
Activates the ExtJS pagination by:
Updating the bundle graph with the bundle
paginationType-extjs
Setting the pagination type to extStyle
|
PagingTypeInputFeature |
Activates the Input pagination by:
Updating the bundle graph with the bundle
paginationType-input
Setting the pagination type to input
|
PagingTypeListboxFeature |
Activates the ListBox pagination by:
Updating the bundle graph with the bundle
paginationType-listbox
Setting the pagination type to listbox
|
PagingTypeScrollingFeature |
Activates the Scrolling pagination by:
Updating the bundle graph with the bundle
paginationType-scrolling
Setting the pagination type to scrolling
|
PipeliningFeature |
Pipelining feature that may be used if server-side processing has been
enabled.
|
ServerSideFeature |
Feature that is always enabled when server-side processing has been
activated.
|
SortingFeature |
Feature used in accordance with the
sortType column attribute to
help DataTables to configure the sort on a column. |
Enum | Description |
---|---|
FilterPlaceholder |
Placeholder use for all elements added when individual column filtering is
enabled.
|
PagingType |
Enum containing all alternative pagination style.
|
SortType |
Enumeration containing different types of sort.
|
All specialized extensions for features.
Copyright © 2013–2015 Dandelion Project. All rights reserved.