Click table row and show some details below the row

What is the fastest way to do row clicking then show some data below it. Its like a accordion.
Please see the image below.

Image for demo

I am trying some JS just appending the another row with the data below the clicked row.
Is that the most effective way?