View Source TableRex.Renderer.Text.Meta (table_rex v4.1.0)

The data structure for the TableRex.Renderer.Text rendering module, it holds results of style & dimension calculations to be passed down the render pipeline.

Summary

Functions

Retrieves the column width at the given column index.

Retrieves the "inner width" of the table, which is the full width minus any frame.

Retrieves the row width at the given row index.

Functions

Link to this function

col_width(meta, col_index)

View Source

Retrieves the column width at the given column index.

Retrieves the "inner width" of the table, which is the full width minus any frame.

Link to this function

row_height(meta, row_index)

View Source

Retrieves the row width at the given row index.