HtmlForgeX

API Reference

Class

DataTablesGeoLinkFromOptions

Options for linking marker clicks (map/globe) back to a DataTables table.

Inheritance

  • Object
  • DataTablesGeoLinkFromOptions

Constructors

Properties

public Boolean PersistSelection { get; set; } #

When true, stores the selected key on the table and keeps the matching row highlighted across redraws (paging/sorting/filtering). Clear by clicking the selected marker/region again or clearing selection on the map.

public Boolean ExactMatch { get; set; } #

When true, uses an exact match filter (recommended when the key column contains only the marker key).

public Boolean ResetGlobalSearch { get; set; } #

When true, clears the global search term before applying the key filter.

public Boolean ResetColumnSearches { get; set; } #

When true, clears all per-column searches before applying the key filter.

public Boolean ScrollToRow { get; set; } #

When true, scrolls the first matching row into view after filtering.

public Boolean HighlightRow { get; set; } #

When true, applies a temporary highlight to the first matching row after filtering.

public Int32 HighlightMs { get; set; } #

Duration of the temporary row highlight (milliseconds).