API
Component

Table ($UI/system/components/bootstrap/table/table)

使用范围:UI2

Contents

component Table ($UI/system/components/bootstrap/table/table) extends BindComponent

<b>使用场景</b>:展示网格布局; <b>使用方法</b>:将组件放入设计器中,并绑定需要展示数据的数据组件;

Constructor Top

  Table ()
  Table ( options)

Attributes Top

string xid

Methods Top

void loadDataa (Object json数组)

Constructor details Top

public Table ()

<b>使用场景</b>:展示网格布局; <b>使用方法</b>:将组件放入设计器中,并绑定需要展示数据的数据组件;

public Table ( options)

构造函数

Inherited from ViewComponent

	
		参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
	 

Parameters

options

参数选项

Attributes Detail Top

public string xid

Methods Detail Top

public void loadDataa (Object json数组)

数据

Parameters

Object json数组

Return Value

void