Extension used to generate export links, depending on the export configurations stored in the {@link TableConfiguration} instance.
All export links are generated inside a dedicated {@link ExtraHtml} with theuid {@code E}.
If the {@link TableConfig#FEATURE_DOM} is not present in the{@link TableConfiguration} instance, the export links container will beinserted with the following configuration: {@code lEfrtip}. Otherwise, the container must be added manually thanks to the {@link TableConfig#FEATURE_DOM} feature. @author Thibault Duchateau @since 0.10.0 @see TableConfig#EXPORT_ENABLED_FORMATS @see TableConfig#EXPORT_LINK_POSITIONS @see TableConfig#FEATURE_DOM
|
|