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

qgrid widget showing blank rows when dispayed within an Output widget #362

Open
info-rchitect opened this issue Mar 28, 2021 · 0 comments
Open

Comments

@info-rchitect
Copy link

info-rchitect commented Mar 28, 2021

Environment

  • Operating System: Windows 10
  • Python Version: `$ 3.8.8
  • How did you install Qgrid: conda
  • Python packages: `$ qgrid==1.3.1, jupyter nb==6.3.0

Description of Issue

When creating a qgrid widget within an Output widget, on a separate Tab widget, the table is created but all of the rows show no data. However, the data is in the table as the filters show it.

If I display the same qgrid widget on another tab, not in an Output widget, the table displays correctly.

image

The code is essentially:

        self.widgets['ui_container'] = ipyw.Output(layout={'border': '1px solid black', 'width': '99%', 'height': '100%'})
        with self.widgets['ui_container']:
            display(self.widgets['current_visual'])
        display(self.widgets['current_visual'])
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