GigaTables / reactables

GigaTables is a ReactJS plug-in to help web-developers process table-data in applications and CMS, CRM, ERP or similar systems.
MIT License
144 stars 30 forks source link

bug: edit a record after filtering shows another record. #90

Closed wangfrombupt closed 6 years ago

wangfrombupt commented 6 years ago

It seems that GT doesn't handle row id properly after the records are filtered by texts in the search box. When I filter out some records and want to edit one of them(say the 3rd one), the Editor always shows another record which is the 3rd one in the unfiltered record list. Please fix this bug or tell me if I didn't use GT in the correct way.

arthurkushman commented 6 years ago

Thank u for report of this kinda unacceptable bug, here is a patch - https://github.com/GigaTables/reactables/releases/tag/2.3.7 I've been running 0-testing, also with sorting after filtering - worked fine.

arthurkushman commented 6 years ago

Are u ok with that fix? What is the status?

wangfrombupt commented 6 years ago

Thanks for the rapid fix. It works fine:)