Options
Menu

Class TablePager

Index

Constructor methods

constructor

  • Returns TablePager

Properties

$scope

$scope: any

attrs

attrs: any

element

element: any

link

link: Function

link function signature

  • (scope: any, element: any, attrs: any): any
  • Parameters

    • scope: any
    • element: any
    • attrs: any

    Returns any

restrict

restrict: string

rowIndexName

rowIndexName: string

scope

scope: boolean

setRowIndexName

setRowIndexName: string

tableName

tableName: string

templateUrl

templateUrl: string

Methods

private doLink

  • doLink(scope: any, element: any, attrs: any)
  • Parameters

    • scope: any
    • element: any
    • attrs: any

goToIndex

  • goToIndex(idx: number)
  • Parameters

    • idx: number

tableData

  • tableData(): any
  • Returns any

Generated using TypeDoc