Ramotion/expanding-collection

Is there any option to show card open in advanced without click on cell

sumeet85 opened this issue · 2 comments

Hi

I m trying to open card cell without clicked the collection cell , I tried to set the value of isOpen true there is strange whiteout screen show first time
Is there any option to show card open in advanced without click on cell

@sumeet85 instead of changing isOpened value directly, call cellIsOpen method with desired value.

cell.cellIsOpen(true)

Thanks for help