I have searched for any reasonable help on this and I keep coming back to the same comments. Namely not very good documentation.
I am about to use the jquery plugin fooTable which converts a normal html table to something pretty and usable.
It is easy to use with the following command after you have put your table on the page.
$('.footable').footable();
However I want to capture the event when a row is expanded.
Here is an example of the table in action. I am actually using the Inspinia framework.
http://wrapbootstrap.com/preview/WB0R5L90S
You need to click on the tables / footables menu link on the left hand side.
I am not sure if this is fooTable issue/event that I should know or if this is general knowledge about capturing events using jquery that applies to lots of things.
My jquery language skills are only a few months old as I am a long time VB, MSSQL programmer who is learning something new.
Thanks to anyone who is kind enough to offer any light to a newbie!
Neil