EurekaCommunity/SplitRow

Posibility to hide left/right row

dneykov opened this issue · 2 comments

Hello,

I'm trying to hide only the right row but is not working. Is that possible with SplitRow?

Thanks

Hi @dneykov!

This is not possible with SplitRow - however, you can swap the entire row using Eureka's builtin hidden flag:

https://github.com/xmartlabs/Eureka#dynamically-hide-and-show-rows-or-sections--

@marbetschar Thanks for the quick response.
I will try your suggestion.