Package io.jenkins.plugins.datatables
package io.jenkins.plugins.datatables
-
KlasseBeschreibungDefines additional API methods a Jenkins
ModelObject
must provide in order to render JQuery DataTables in a corresponding jelly view using the tagtable.jelly
of thedata-tables-api-plugin
.AnAsyncTableContentProvider
that provides a default implementation to extract the rows of a given date table as JSON objects.DetailedCell<T>A table cell that provides adisplay
andsort
property so that a JQuery data table can use different properties to sort and display a column.Provides a model for table columns that are rendered with JQuery DataTables.Builder forTableColumn
instances.Supported CSS classes that will enable special handling or rendering for table columns.Supported DataTables column types.Provides a configuration for the whole DataTable.The possible values of the select.style option, which is used for enabling the selection for datatables and setting its style (the default isTableConfiguration.SelectStyle.OS
.Provides a model for tables that are rendered with JQuery DataTables.Veraltet.
DetailedCell