The demo of core-collapse is too simplistic. How do you use core-collapse without specifying a unique id?
I have an auto binding template that gets a list of documents returned by core-ajax. After it returns the list I want to have the option of expanding any of the items by clicking a plus icon or using core-collapse.
How do you use core-collapse to expand the current clicked row of data without specifying an id?
When the item is clicked, I want to run core-ajax to get the insides of the item and then display them.