I'm working on a project where Griddle is used to show a list of item. I would like to support the typical master/details pattern and show more details for the selected row adjacent to my grid component. Looking through the API documentation I haven't been able to find any mention of how or whether row selection is supported but there are a few issues where selection is being discussed.
Are there undocumented APIs or any useful examples that could show how Griddle could be used as is or customized to support a single whole-row selection model in order to facilitate a master/details layout?
Related: