Recycle List View Click and Delete List

Hey koders, I’m using Recycle List View Extension. Great Job @zainulhassan I have created a Grid list which Contains Cards and Label inside Each Card, which is working really Good. For the Property of the Label, I’m Just generting Random Numbers and Setting its value

    1. Now what i want is Wheneve I click any card, it should give me the values of that Label.
    1. Now After that, I have initially given Count(No of Card to be create/Length of the list)= 20, Now i’m adding 20 more card on a button click. (e.g:- Set Length: Length of list +20), and keep doing until it creates 100 cards(each contain label) of total.
      Now it should show alert “limit exceeded” and if we again click that button, it should delete/remove 10 cards until reaches to the initial count given(i.e: 20)

P.S 3.I was Using Previous Version of the Extension which lets me create without list, just by giving number( e.g 30). Now a new problem arises. Please address this too.
4. Is it possible, if i want to create card and text inside the card and generate all card at once but show data in labels in only first 20 cards

I’ve Attached blocks.
blocks (5)
blocks