Mixing a Table with Angular-UI Accordion

前端 未结 2 1757
梦谈多话
梦谈多话 2021-01-05 07:49

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

2条回答
  •  渐次进展
    2021-01-05 08:25

    In my case I made it a bit primitive but maybe that would be a good solution for you as well. Look:

     
      
        {{person.name}}
        {{person.job}}
        {{person.age}}
        {{person.grade}}
      
      
      Just an empty line
      
      
    

提交回复
热议问题