Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableFootProps

Hierarchy

  • ITableFootProps

Index

Properties

batchComponents

batchComponents: any[]

batchComponentsFixed

batchComponentsFixed: boolean

current

current: number

onPageChange

pageInfo

pageInfo: ITablePageInfo

paginationType

paginationType: TablePaginationType

selection

selection: { isSelectAll: boolean; isSelectPart: boolean; isSingleSelection: boolean; needSelect: boolean; onSelectAll: (isSelectAll: boolean) => any; selectedRows: any[] }

Type declaration

  • isSelectAll: boolean
  • isSelectPart: boolean
  • isSingleSelection: boolean
  • needSelect: boolean
  • onSelectAll: (isSelectAll: boolean) => any
      • (isSelectAll: boolean): any
      • Parameters

        • isSelectAll: boolean

        Returns any

  • selectedRows: any[]

Generated using TypeDoc