API
Class

CellRenderEvent ($UI/system/components/justep/dataTables/dataTables#CellRenderEvent)

使用范围:UI2

Contents

class CellRenderEvent ($UI/system/components/justep/dataTables/dataTables#CellRenderEvent) extends ViewEvent

单元格显示渲染事件参数

Constructor Top

  CellRenderEvent ()

Static Properties & Enumerations Top

string colName

列名

object colVal

列的值

string html

输出显示的html,通过修改html影响展现

Row row

string rowID

行ID

Constructor details Top

public CellRenderEvent ()

单元格显示渲染事件参数

Static Properties & Enumerations Detail Top

static public string colName

列名

static public object colVal

列的值

static public string html

输出显示的html,通过修改html影响展现

static public Row row

static public string rowID

行ID