SlickGrid icon indicating copy to clipboard operation
SlickGrid copied to clipboard

Filter issue

Open boobalganesan opened this issue 7 years ago • 5 comments

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

boobalganesan avatar Apr 08 '18 19:04 boobalganesan

Can you let us know the example you are using and steps to reproduce?

6pac avatar Apr 09 '18 00:04 6pac

issue code.txt

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 avatar Apr 09 '18 04:04 boobalganesan

@boobalganesan Have you tried using the Idx instead? e.g. .dataView().getIdxById(curRowData.id);

SatanEnglish avatar Apr 29 '18 20:04 SatanEnglish

@SatanEnglish Will test it and update. Thank you for getting back on this!

boobalganesan avatar Apr 29 '18 22:04 boobalganesan

@boobalganesan Did it work? If so you should close this issue. THX

SatanEnglish avatar Jan 28 '19 20:01 SatanEnglish

closing since no feedback were provided, so we'll assume that it's ok

ghiscoding avatar May 17 '23 14:05 ghiscoding