Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFilterConfigValues

Configuration values that determine the behaviour of the ngTableFilterConfig service

Hierarchy

  • IFilterConfigValues

Index

Properties

Optional aliasUrls

aliasUrls: object

A map of alias names and their corrosponding urls. A lookup against this map will be used to find the url matching an alias name. If no match is found then a url will be derived using the following pattern ${defaultBaseUrl}${aliasName}.${defaultExt}

Type declaration

  • [name: string]: string

Optional defaultBaseUrl

defaultBaseUrl: string

The default base url to use when deriving the url for a filter template given just an alias name Defaults to 'ng-table/filters/'

Optional defaultExt

defaultExt: string

The extension to use when deriving the url of a filter template when given just an alias name

Generated using TypeDoc