vuu
vuu copied to clipboard
When a row is selected, endless table_row of size is sent for the table with visual link
To reproduce the error:
Have 1 table and in tableDef add a visual link for this table linking to itself. Create vp1 of this table. Create another vp2 of this table. Create visual link linking vp2 to vp1. - We expect vp2 to be updated when a row is selected on vp1. Select a row in vp1. Endless messages of TABLE_ROW is sent with vp size for vp2.
VisualLinkedFilter works for indexed columns but not non-indexed one