Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Row Delete not working. #223

Open
ncdv23 opened this issue May 15, 2023 · 0 comments
Open

Multiple Row Delete not working. #223

ncdv23 opened this issue May 15, 2023 · 0 comments

Comments

@ncdv23
Copy link

ncdv23 commented May 15, 2023

Hey there.
Is multiple row delete working?
My console keep telling selectedRows.data is not a function

        onDeleteRow: function(datatable, selectedRows, success, error) {
        $.ajax({
            url: 'delete.php',
            type: 'POST',
            data: selectedRows.data(),
            success: success,
            error: error
        });
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant