Open pambram opened 1 month ago
We can definitely make the error clearer, but what is the behavior you were expecting when row_count=0
?
Hey @abidlabs, I was expecting an empty container which could then be updated with data based upon some selections from the user. If you don't explicitly set row_count and col_count on the init, the resulting component on screen has 3 columns and 2 rows, one of which is a header row with integers. I did not want that, so I stumbled into this bug.
I guess this is something that can be worked around by setting the visibilty to False for instance, but then again it also took me a good while to debug what was wrong because there was no logging nor did it throw any errors.
Makes sense to me, we'll fix this
Describe the bug
If row_count attribute of Dataframe component is initialized to 0, the startup queue hangs.
Have you searched existing issues? ๐
Reproduction
Screenshot
Logs
No response
System Info
Severity
I can work around it