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

if show in ui long yson, the lines will moving out #294

Closed
vitshev opened this issue Jan 19, 2024 · 0 comments
Closed

if show in ui long yson, the lines will moving out #294

vitshev opened this issue Jan 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@vitshev
Copy link
Collaborator

vitshev commented Jan 19, 2024

if UI shows in long yson (string in other rows longer than first screen), the lines will move out

$node = Json(@@
  {
    "abc": {"def": 123, "ghi": "привет"},
    "abc1": {"def": 123, "ghi": "привет1"},
    "abc2": {"def": 123, "ghi": "привет12"},
    "abc3": {"def": 123, "ghi": "привет123"},
    "abc4": {"def": 123, "ghi": "привет1234"},
    "abc5": {"def": 123, "ghi": "привет12345"},
    "abc6": {"def": 123, "ghi": "привет123456"},
    "abc7": {"def": 123, "ghi": "привет1234567"},
    "abc8": {"def": 123, "ghi": "привет12345678"},
    "abc9": {"def": 123, "ghi": "привет123456789"},
    "abc10": {"def": 123, "ghi": "привет1234567891"},
    "abc11": {"def": 123, "ghi": "привет12345678912"},
    "abc12": {"def": 123, "ghi": "привет123456789123"},
    "abc13": {"def": 123, "ghi": "привет1234567891234"},
    "abc14": {"def": 123, "ghi": "привет12345678912345"},
    "abc15": {"def": 123, "ghi": "привет123456789123456"}
  }
@@);
select $node, 1 as a, 'b' as bb
0eb298ee-0aed-4aba-b695-6db4bf295b4c 6aabe731-e30f-4b07-ba92-cb233725c0fd
@vitshev vitshev self-assigned this Jan 19, 2024
@vitshev vitshev added the bug Something isn't working label Jan 19, 2024
@vitshev vitshev closed this as completed Jan 22, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant