Filter issue
Thanks for this amazing tool! I've been extensively using this tool to connect to Oracle DB and use the data for multi user parallel editing using websockets.
When I try to filter the rows and edit a row (2nd row for example), it actually edits the second row from the data view and not the row I filtered. Not sure if it's a real issue either. I can share my code if necessary.
Thanks, B
Can you let us know the example you are using and steps to reproduce?
I've attached my entire code incase something else is breaking it.
Im not sure how I can provide steps for you to reproduce as im using an Oracle db connection. Can I send you a video of my error?
Thanks!
@boobalganesan Have you tried using the Idx instead? e.g. .dataView().getIdxById(curRowData.id);
@SatanEnglish Will test it and update. Thank you for getting back on this!
@boobalganesan Did it work? If so you should close this issue. THX
closing since no feedback were provided, so we'll assume that it's ok