datatable Taglib documentation

Version 1.0
Description DataTable widget helpers

Tag json datatable:json(...)

Convert the given MergedFacet into a JSON format for DataTable.
Body Content: empty
Attribute nameRequiredRuntime Expression EvaluationType
varfalsefalsejava.lang.String
Name of the exported variable for the JSON result.
facettruetruecom.exalead.access.feedapi.MergedFacet
The MergedFacet to export in JSON.
columnstruetruejava.util.List
The definition of the columns. Object is of type List(String[]).
perPagefalsetrueint
The number of entries to display per page. Defaults to '20'.
showFilterfalsetrueboolean
Specifies whether to display or not the user filter. Defaults to 'false'.
showTotalfalsetrueboolean
Specifies whether to display or not the total row. Defaults to 'true'.
showTitlefalsetrueboolean
Specifies whether to display or not the title row. Defaults to 'true'.
totalLabelfalsetruejava.lang.String
Specifies the label for the total row. Defaults to 'Total'.
titleLabelfalsetruejava.lang.String
Specifies the label for the title row. Defaults to 'Description'.
iterationModefalsetruejava.lang.String
Controls the iteration mode. Can be either ALL, LEAVES or FLAT: ALL returns a hierarchical view of the data, LEAVES returns a flat view of all the leaf nodes of the data, FLAT returns only the first level of elements Defaults is 'FLAT'.
baseUrlfalsetruejava.lang.String
The base URL for the refinement links.
sortOnfalsetruejava.lang.String
The name of the column to sort by default. Defaults to 'description'.
sortOrderfalsetruejava.lang.String
The order of the sort by default. The possible values are 'desc', 'asc'. Defaults to 'asc'.
feedsfalsetruejava.util.Map
The ResultFeed to use for the refinements. Object is of type Map(String, ResultFeed).
feedfalsetruecom.exalead.access.feedapi.ResultFeed
The ResultFeed to use for the refinements. Object is of type ResultFeed.
forceRefineOnfalsetruejava.lang.String
A list of additional feeds name to refine.
zapRefinementsfalsefalseboolean
Specifies whether the refinements should be completely cancelled ("false") or only the last level ("true"). Defaults to "false".