Algorithm for table layout
When a table is displayed in a document, it can either be displayed using a fixed width or autofit layout algorithm:
table_layout(type = "autofit")
type
: 'autofit' or 'fixed' algorithm. Default to 'autofit'.Other functions for table definition: prop_table()
, table_colwidths()
, table_conditional_formatting()
, table_stylenames()
, table_width()
Useful links