Skip to content

Instantly share code, notes, and snippets.

@csakis
Forked from optikalefx/ajax.php
Last active December 23, 2015 13:59
<?php
require_once("grid.php");
$grid = new Grid("users", array(
"delete"=>true
));
?>
<script>
$(function() {
$(".users").grid({
deleting: true
});
});
</script>
@csakis
Copy link
Author

csakis commented Sep 21, 2013

Now deleting should work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment