Anyone has an idea how to get data from currently selected item from TableView?
In ListView there is currentItem, but in TableView there is only currentIndex. Index should be enough, just get data at index. But how do do that? It should be extremely simple.

I'd like to get item and show additional info (description) in separate text area.

Any ideas?