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

Can't delete in ajax object #206

Open
UyyeyMan opened this issue Mar 9, 2022 · 1 comment
Open

Can't delete in ajax object #206

UyyeyMan opened this issue Mar 9, 2022 · 1 comment

Comments

@UyyeyMan
Copy link

UyyeyMan commented Mar 9, 2022

Hello.

I don't know why I can delete row.

there is my code

onDeleteRow: function(datatable, rowdata, success, error) {
            $.ajax({
                // a tipycal url would be /{id} with type='DELETE'
                url: "http://localhost/client/deleteguest.php?id="+{id),
                type: 'DELETE',
                data: rowdata,
                success: success,
                error: error
            });
			
        },

Thank you for your help.

@gofunz
Copy link
Contributor

gofunz commented Mar 15, 2022

@UyyeyMan Hi you can see this issue

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

2 participants