glin / reactable

Interactive data tables for R
https://glin.github.io/reactable
Other
627 stars 80 forks source link

Multiple row selection is possible in single row selection mode with search or filter. #212

Closed daeyoonlee closed 2 years ago

daeyoonlee commented 2 years ago

image

Thanks for the wonderful package. I found an issue that is reproduced in the demo app as well.

1) enable search or column filter 2) enable row selection : single 3) select row 4) Input search condition that existing selections are not included. 5) select row -> multiple row call back 6) clear search -> previous selection remains

glin commented 2 years ago

Thanks for the report! It's fixed in https://github.com/glin/reactable/commit/e512178de0972733f5c2b808f53d2177e6e7cb6e. I didn't add a NEWS item since this only affected 0.2.3.9000.

daeyoonlee commented 2 years ago

thank you