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
Two customers have mentioned now that the listing becomes unresponsive for them due to a large number or deeply nested fields. This might need some profiling but the first two solutions which come to mind for me are:
virtual scrolling so only the on-screen logs are in the DOM
truncate the fields, currently they're all displayed
Ideal truncation is a bit subjective, if you omit important fields it could be annoying but I'm not sure there's away around it, the DOM can only do so much :D
The text was updated successfully, but these errors were encountered:
Yeah I like that, just a ellipsis or something you click sounds decent to me!
I think it mightttt need some kind of way to select which fields are always visible, it could get annoying constantly expanding if you need one which is truncated.
It'd also maybe be nice to always include the fields in the query, should be easy enough to grab those.
Two customers have mentioned now that the listing becomes unresponsive for them due to a large number or deeply nested fields. This might need some profiling but the first two solutions which come to mind for me are:
Ideal truncation is a bit subjective, if you omit important fields it could be annoying but I'm not sure there's away around it, the DOM can only do so much :D
The text was updated successfully, but these errors were encountered: