Skip to content
New issue

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

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

Already on GitHub? # to your account

Results table looks empty when SELECT has a lot of columns #8

Closed
retifrav opened this issue Jan 15, 2022 · 3 comments
Closed

Results table looks empty when SELECT has a lot of columns #8

retifrav opened this issue Jan 15, 2022 · 3 comments
Assignees
Labels
bug something isn't working upstream issue the bug/problem originates in one of the dependencies
Milestone

Comments

@retifrav
Copy link
Owner

retifrav commented Jan 15, 2022

With this query to https://exoplanetarchive.ipac.caltech.edu/TAP:

SELECT *
FROM ps
WHERE pl_name = 'Kepler-102 b' AND pl_orbper IS NOT NULL
ORDER BY pl_pubdate DESC

the results table is just empty, although it has the correct number of rows (9):

empty-table

@retifrav retifrav added the bug something isn't working label Jan 15, 2022
@retifrav retifrav added this to the v0.5.0 milestone Jan 15, 2022
@retifrav retifrav self-assigned this Jan 15, 2022
@retifrav retifrav modified the milestones: v0.5.0, v0.6.0 Jan 15, 2022
@retifrav retifrav changed the title Problems with queries with a lot of columns Results table looks empty when SELECT has a lot of columns Jan 20, 2022
@retifrav retifrav modified the milestones: v0.6.0, v0.7.0 Jan 20, 2022
@retifrav
Copy link
Owner Author

Adding horizontal scroll might solve this.

@retifrav retifrav added the upstream issue the bug/problem originates in one of the dependencies label Jan 20, 2022
@retifrav
Copy link
Owner Author

No, that was a rather naive expectation, horizontal scroll didn't help with that. But on the bright side, the results table now has a horizontal scroll!

retifrav added a commit that referenced this issue Feb 15, 2022
- cell111 is the same for 1x11/11x1, unlike explicit cell-1-11/cell-11-1
- catching possible exceptions on generating the results table
- for #8 and in general: added horizontal scrolling for the results table
@retifrav retifrav removed this from the v0.8.0 milestone Feb 19, 2022
@retifrav
Copy link
Owner Author

That seems to be fixed now in later versions of either Dear PyGui or underlying Dear ImGui. I can no longer reproduce the issue with Dear PyGui version 2.0.0.

@retifrav retifrav added this to the v0.9.0 milestone Jan 31, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug something isn't working upstream issue the bug/problem originates in one of the dependencies
Projects
None yet
Development

No branches or pull requests

1 participant