My_Name_Is_Shef
My_Name_Is_Shef16mo ago

Help with defaults selectedRow data in AgGrid tables

I have to tables, both AgGrid, selecting a row in first table populates the second, issue is, if the second table only has one row, the slecetRow data doesn't change because I asume if the index stays the same 0, it doesn't refresh the data, is there a way to force this?
6 Replies
rubenf
rubenf16mo ago
Could you send us a minimal reproduction in the json format and we will fix it!
My_Name_Is_Shef
My_Name_Is_ShefOP16mo ago
Don't think that's possible, nothings allowed to go outside the network, I'll try and reproduce it again on a new test app and share that
rubenf
rubenf16mo ago
Thanks!
My_Name_Is_Shef
My_Name_Is_ShefOP16mo ago
Two simple tables, one is static, the other is just displaying selected row from first one If we're looking at the data in the second one while clicking rows in first, stuff are changing, like "result" but "selectedRow" data is not, it's staying the same
rubenf
rubenf16mo ago
fixed on latest