Skip to content

Instantly share code, notes, and snippets.

@optikalefx
Last active October 10, 2015 23:18
Show Gist options
  • Save optikalefx/3766699 to your computer and use it in GitHub Desktop.
Save optikalefx/3766699 to your computer and use it in GitHub Desktop.
Deleting
<?php
require_once("grid.php");
$grid = new Grid("users", array(
"delete"=>true
));
?>
<script>
$(function() {
$(".users").grid({deleting:true});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment