I noticed two issues with table subviews:
1 - There are always some letters on the top left corner of the table when the subview is active:
I already added the path and parameters and it won’t go away.
2 - I’m passing parameters to the subview so I can filter which columns will be displayed from the selected row on the subview. Basically I’m displaying part of the row on the table and the rest of it on the subview. The data is coming from a query. When the format is set to auto/dataset everything works fine, but when I switch to json the designer becomes extremely slow, and increases Memory/CPU usage (peaks at 25%). It doesn’t throw any error but I have to kill the process because it takes minutes to respond.
Any feedback at least on the first issue? This is easily reproducible.
I already updated to the latest nightly release and I still have the same issue.
Is there any reason a subview would work fine in preview mode but not for the clients? I can’t see how a session prop could be causing an issue because the subview is using data already in the table. The subview has a table filled with a query where the only parameter is the data in the first column of the main table. When the subview is opened there is a slight delay as expected and then the column headers appear but there is no data. In preview mode, the data is there.
Sorry to hear that. Is the virtualized property of the table you have configured in the subviews enabled? Try disabling that property and see what happens. If that doesn't work, can you provided more detail so that I can attempt to replicate the issue on my end. Thanks!