Creates a new ObjectTableColumn object
Parameters | name | The column name
|
| (type: str
) |
| data_source | The attribute name where get the column value from. This can be a callable
object too.
|
| (type: object
) |
| expand_factor | The column expand factor.
|
| (type: float
) |
| align | The table alignment. One of LEFT, RIGHT, CENTER constants defined on
stoqlib reporting flowables module.
|
| (type: One of LEFT, RIGHT or CENTER
) |
| truncate | If True, the column value will be truncate if its size was greater than the
column width.
|
| (type: bool
) |