Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NgTableFilterConfig

Exposes configuration values and methods used to return the location of the html templates used to render the filter row of an ng-table directive

Hierarchy

  • NgTableFilterConfig

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

config

Readonly copy of the final values used to configure the service.

Static $inject

$inject: Array<string> = ['config']

Methods

getTemplateUrl

  • Return the url of the html filter template for the supplied definition and key. For more information see the documentation for {@link IFilterTemplateMap}

    Parameters

    Returns string

getUrlForAlias

  • getUrlForAlias(aliasName: string, filterKey?: string): string
  • Return the url of the html filter template registered with the alias supplied

    Parameters

    • aliasName: string
    • Optional filterKey: string

    Returns string

Generated using TypeDoc