table_row (cellium v0.1.0)

View Source

Table row widget for rendering individual rows within a table.

This module renders the data cells of a table row, distributing content across columns with the specified widths.

Summary

Functions

Renders a table row with data cells.

Functions

render(Widget, Buffer)

-spec render(map(), map()) -> map().

Renders a table row with data cells.

  • Widget: Table row widget map containing row_data and column_widths
  • Buffer: Current frame buffer
  • Returns: Updated buffer