I\'m trying to mix a table with angular-ui\'s accordion but I can\'t figure out a way to do it. I\'m not a pro, writing directives. I wonder if such a bridge exist. To achie
1) You can try div instead of table for main accordion. It works for me.
div
table
2) And here is the accordion table example done in JSFiddle below, i hope it will help you. http://jsfiddle.net/Pixic/VGgbq/
accordion