Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Omit filter term in model.getColumnData #85

Open
JB91451 opened this issue Nov 29, 2021 · 0 comments
Open

Omit filter term in model.getColumnData #85

JB91451 opened this issue Nov 29, 2021 · 0 comments

Comments

@JB91451
Copy link

JB91451 commented Nov 29, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant