You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a query returns a large number of columns or a field in a row is too long (e.g. data in the tx entity), and the necessary horizontal space is not enough to render the table, the component breaks making the data unreadable.
To Reproduce
Start EQL REPL locally by typing eql repl or cargo run repl if you're running from the repo
Run a query that returns a large number of columns.
Expected behavior
There are several possibilities:
Truncate fields: for long fields, instead of printing a really long string, we should truncate it like 0x124...123
Horizontal scroll
Let user specify a different format when table is too wide. See this
Screenshots
Environment
OS: happens across all OSs
The text was updated successfully, but these errors were encountered:
Describe the bug
When a query returns a large number of columns or a field in a row is too long (e.g.
data
in thetx
entity), and the necessary horizontal space is not enough to render the table, the component breaks making the data unreadable.To Reproduce
eql repl
orcargo run repl
if you're running from the repoExpected behavior
There are several possibilities:
0x124...123
Screenshots
Environment
The text was updated successfully, but these errors were encountered: