Releases: MarcinOrlowski/python-flex-text-table
Releases · MarcinOrlowski/python-flex-text-table
2.7.0
- Added option to control column's title visibility.
- Added
set_no_data_label()to override defaultNO DATAshown 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()orSeparatorrow class).
2.6.0
- Fixed column container not updating width of columns correctly.
- Simplified header rendering code.
- Corrected typehints.
- Added more tests.
- Updated docs.
FlexTablec'tor now also accepts rows for instant initialization.
2.5.0
- Initial public release