Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

DTOptionsBuilder.withButtons() not working, it doesn't shows the button. #491

@jex310

Description

@jex310

I'm using the v0.5.1 datatables. I already included in my index.html

<script src="/app/bower_components/datatables/media/js/jquery.dataTables.min.js"></script>
<script src="/app/bower_components/angular-datatables/dist/angular-datatables.min.js"></script>
<script src="/app/bower_components/angular-datatables/dist/plugins/bootstrap/angular-datatables.bootstrap.min.js"></script>
<script src="/app/bower_components/angular-datatables/dist/plugins/buttons/angular-datatables.buttons.js"></script>
<script src="/app/bower_components/angular-datatables/dist/plugins/buttons/angular-datatables.buttons.min.js"></script>

and added the modules 'datatables', 'datatables.bootstrap', 'datatables.buttons' in my app.

Based from example of this link angular-datatables/#/withButtons I didn't get this file vendor/datatables-buttons/js/dataTables.buttons.js after I updated my bower.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions