shesha-io / shesha-framework

An open-source Low-Code development framework for .NET developers. Create .NET based business applications with 80% less code.
https://shesha.io
Apache License 2.0
315 stars 50 forks source link

persist selected row #1135

Open nthangeniphumudzo opened 3 months ago

nthangeniphumudzo commented 3 months ago

Hi @IvanIlyichev . I was tasked to do this item. My changes are merely just making sure that we move away from the entire 'document' and just focus on the "table body" to avoid deSelect when clicking outside as per item stipulated.

nthangeniphumudzo commented 3 months ago

Thanks @IvanIlyichev for the insightful feedback. I will revise my implementation and communicate when I am done.

nthangeniphumudzo commented 3 months ago

Hi @IvanIlyichev . I have made use of useRef distinguish each table and use it to demacate the inside/outside of each table. Please kindly review and feedback . Thanks