Skip to content

Instantly share code, notes, and snippets.

@csakis
Forked from optikalefx/ajax.php
Last active December 23, 2015 13:59
Show Gist options
  • Save csakis/6646052 to your computer and use it in GitHub Desktop.
Save csakis/6646052 to your computer and use it in GitHub Desktop.
<?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