Skip to content

Buttons do not work when using DataTable with ajax #197

@danielsbarros

Description

@danielsbarros

When initializing a DataTable using ajax and buttons at the same time, the buttons never show up on screen.

var table = $('#example').DataTable( {
    ajax: "data.json",
    buttons: ['copy', 'excel', 'pdf', 'print', 'csv']
} );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions