Skip to content

Instantly share code, notes, and snippets.

@csakis
Forked from optikalefx/ajax.php
Created September 16, 2013 18:17
Show Gist options
  • Save csakis/6584400 to your computer and use it in GitHub Desktop.
Save csakis/6584400 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();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment