TableView icon indicating copy to clipboard operation
TableView copied to clipboard

Feature/multi selection support + selection handler refacoring

Open sonique6784 opened this issue 7 years ago • 7 comments

  • introduced a new ISelectableModel interface to store selection state, that need to be implemented by Cell, RH and CH in order to get a selection state
  • now selection state sit in each Cell, which prevent rendering issues.
  • introduced multiple selection
  • restored shadow selection display

Note: previous implementation was storing selection state into [Cell|RowHeader|ColumnHeader]ViewRecycler, which leaded to inconsistency in rendering (because RecyclerViews are re-used).

sonique6784 avatar Feb 12 '18 01:02 sonique6784

Hi @sonique6784

These days, I am pretty busy. So, I haven't reviewed your codes. That's why I didn't approve it yet. I just want to evaluate your approach by a cup of coffee at a more relaxed time.

After the reviewing process, I'll give you feedback.

Thank you very much for your collaboration. 👍

evrencoskun avatar Feb 14 '18 05:02 evrencoskun

No worries, it's a big chunk of code, take your time. thanks

sonique6784 avatar Feb 14 '18 05:02 sonique6784

fixed conflict, ready to merge

sonique6784 avatar Mar 06 '18 04:03 sonique6784

Hi @evrencoskun any news on this?

10erlosh avatar Dec 02 '19 13:12 10erlosh

@MGaetan89 @evrencoskun , I've fixed the conflicts and rested, it looks fine now.

sonique6784 avatar Apr 20 '20 12:04 sonique6784

Screenshot_1587385425

sonique6784 avatar Apr 20 '20 12:04 sonique6784

@sonique6784 @evrencoskun Hey guys, any update on this? I really need the multiple row selection feature. Thanks a lot

YoavSl avatar May 02 '22 05:05 YoavSl