You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use your nice tkintertable module in a GUI to enable the user to set some (paired) parameters prior to an analysis and want to return the specified values by the getColumnData() method. As the table length (i.e. # rows) and the actual data is not really specified, I would like to return the complete column as a list without any filtering. Is there a way to omit the filter term? Alternatively, I could use some non-filtering filter (e.g. >0 for numeric data or contains a-z for strings, ...), but as the data can be quite diverse, there is still the risk of an error caused by this.
Best,
Juergen
The text was updated successfully, but these errors were encountered:
Dear Damien,
I want to use your nice tkintertable module in a GUI to enable the user to set some (paired) parameters prior to an analysis and want to return the specified values by the getColumnData() method. As the table length (i.e. # rows) and the actual data is not really specified, I would like to return the complete column as a list without any filtering. Is there a way to omit the filter term? Alternatively, I could use some non-filtering filter (e.g. >0 for numeric data or contains a-z for strings, ...), but as the data can be quite diverse, there is still the risk of an error caused by this.
Best,
Juergen
The text was updated successfully, but these errors were encountered: