@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Service that persists user-defined column widths to localStorage keyed by a table identifier.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Clear saved widths for a given table.

      Parameters

      • tableId: string

      Returns void

    • Load saved column widths for a given table. Returns a map of column key → width in pixels.

      Parameters

      • tableId: string

      Returns Map<string, number>

    • Persist current column widths for a given table.

      Parameters

      • tableId: string
      • widths: Map<string, number>

      Returns void