I am filling a pySimpleGui table from a log file. Most logs are single line but some multiline text are present.Table in layout is defined like this [sg.Table(key="mainTable",values=data, headings=header_list, display_row_numbers=False,col_widths=size_list,auto_size_columns=False, num_rows=40)] Currently multiline texts are overlapping over the next line text. Is there any way to show multiline text in a single cell or text-cropping is the only way?
from pysimplegui table multiline text handling
No comments:
Post a Comment