Options
All
  • Public
  • Public/Protected
  • All
Menu

列表的编辑接口

Hierarchy

  • ITableEditor

Implemented by

Index

Properties

Properties

Optional column

column: TableColumn

Optional destory

destory: ($cell: JQuery<HTMLElement>, value: any, row: Row) => void

释放的处理函数

Type declaration

    • ($cell: JQuery<HTMLElement>, value: any, row: Row): void
    • Parameters

      • $cell: JQuery<HTMLElement>
      • value: any
      • row: Row

      Returns void

Optional getHtml

getHtml: ($cell: JQuery<HTMLElement>, value: any, row: Row) => string

得到编辑器的 html

param

单元格的容器jquery对象

param

param

行的实例

returns

返回html字符串

Type declaration

    • ($cell: JQuery<HTMLElement>, value: any, row: Row): string
    • Parameters

      • $cell: JQuery<HTMLElement>
      • value: any
      • row: Row

      Returns string

Optional init

init: ($cell: JQuery<HTMLElement>, value: any, row: Row) => void

初始化,事件注册处理函数

param

单元格的容器jquery对象

param

param

行的实例

Type declaration

    • ($cell: JQuery<HTMLElement>, value: any, row: Row): void
    • Parameters

      • $cell: JQuery<HTMLElement>
      • value: any
      • row: Row

      Returns void

Generated using TypeDoc