angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.3k stars 6.74k forks source link

angular js datatables inside bootstrap accordion's body #6682

Closed SanaWaseem closed 6 years ago

SanaWaseem commented 6 years ago

How to add a datatables inside bootstrap's accordion. I am doing the following.

           <accordion>
                            <accordion-group heading="{{AllProduct.TypeName}}" ng-repeat="AllProduct in AllProducts">
                                <div>
                                    <table id="dtVoice" class="table manage-user-table offer-mgt-table" dt-options="dtOptions" dt-columns="dtColumns"></table>
                                </div>

                            </accordion-group>

Please help

icfantv commented 6 years ago

Closing this as this project is no longer being maintained, per the README and the ISSUE_TEMPLATE.