Skip to content

Releases: MarcinOrlowski/python-flex-text-table

2.7.0

15 Oct 14:51
eb2ae9c

Choose a tag to compare

  • Added option to control column's title visibility.
  • Added set_no_data_label() to override default NO DATA shown when rendering empty table.
  • Fixed rendering of middle row separator when 'NO DATA' label is used
  • Added support for manually adding separator rows (add_separator() or Separator row class).

2.6.0

05 May 01:39
f81c03f

Choose a tag to compare

  • Fixed column container not updating width of columns correctly.
  • Simplified header rendering code.
  • Corrected typehints.
  • Added more tests.
  • Updated docs.
  • FlexTable c'tor now also accepts rows for instant initialization.

2.5.0

11 Apr 21:42

Choose a tag to compare

  • Initial public release