There is a requirement to show an in-place row details when I click on an inspector icon of the table which would expand or collapse just like a toggle on click of a button at each row .
In the expanded view, I need to query backend and fetch some details and show information including image thumbnails.
There are a couple of angular 2 tables like ngx-datatable, ngprime etc. Currently, for some reason, we cannot use any of those plugins to achieve this functionality.
Attached an image which has an inline expansion of a row to show the row details.
How do we achieve this functionality in Angular without using any plugins. Could any of you please help?