I am using FooTable to display tables and like the responsive features of the object. In my table, I have some fields/cells that are blank and would like to hide those when a FooTable row is expanded. Right now it shows the Label and then a blank element next to it. I would like to hide those elements that are blank and I think I want to do it in the FooTable event "footable_row_detail_updating" and I think I need the syntax or method to get the current selected row.
How would I go about getting a jQuery selector to the current expanded row in FooTable or am I overlooking something that might be easier.