GreptimeTeam / dashboard

The dashboard UI for GreptimeDB
Apache License 2.0
79 stars 20 forks source link

The table keeps rolling and crash when there are columns that might need collapsing #452

Closed 0neSe7en closed 1 week ago

0neSe7en commented 1 week ago

The event column in this case is JSON type.

If multiple columns need collapsing, it can be worse and will crash the app.

https://github.com/user-attachments/assets/3add5bb9-8fc4-438e-9053-e3150275e945

Greptime 0.9.5

ZonaHex commented 1 week ago

Thanks! Will work on this ASAP :)

ZonaHex commented 1 week ago

@0neSe7en Hi again! After taking a furthur look, I believe this issue has been resolved in the latest version of dashboard. GreptimeDB v0.9.5 carried the older version of dashboard, and will be updated in the next version. If you are interested, you could try dashboard's latest docker. Sorry for the user experience. You are more than welcome to reopen this or open another issue if there's any other problem that I may have missed.

0neSe7en commented 1 week ago

Hi @ZonaHex , yeah I can confirm that this issue has been resolved in the latest version. Thanks