• Preparing search index...
  • The search index is not available
ember-headless-table
  • ember-headless-table
  • plugins/column-resizing
  • styleStringFor

Function styleStringFor

  • styleStringFor<DataType>(column): SafeString
  • In this plugin (by default), styles are only applied to the headers automatically. in

    UIs, the header cells control the widths of all cells in that column. There are other kinds of tabular-like markup that may want to grab the widths of columns, because The Platform does not manage that automatically (like if divs and roles were used manually)

    This utility is meant to be applied to the style attribute of a particular td-like element.

    Type Parameters

    • DataType = unknown

    Parameters

    • column: Column<DataType>

    Returns SafeString

    • Defined in ember-headless-table/src/plugins/column-resizing/helpers.ts:43

    Settings

    Member Visibility

    Theme

    ember-headless-table
    • index
    • plugins
    • plugins/column-reordering
    • plugins/column-resizing
      • Plugin
      • ColumnResizing
      • ColumnOptions
      • TableOptions
      • resizeHandle
      • canShrink
      • hasResizeHandle
      • isResizing
      • styleStringFor
    • plugins/column-visibility
    • plugins/data-sorting
    • plugins/row-selection
    • plugins/sticky-columns
    • test-support

    Generated using TypeDoc