Constructor
new CPageTable()
Parameters:
Name | Type | Description |
---|---|---|
this.props.width |
int | Link to CTable state width |
this.props.fontSize |
int | Link to CTable state fontSize |
this.props.columns |
Array | Link to CTable state table_columns |
this.props.row_status |
Array | Link to CTable state table_row_status |
this.props.rows |
Array | Link to CTable state table_rows |
this.props.onRowClick |
function | Link to CTable action handler |
this.props.onTableXScroll |
function | Link to CTable action handler |
- Source: