Skip to content

Instantly share code, notes, and snippets.

View OliPelz's full-sized avatar

Oliver Pelz OliPelz

View GitHub Profile
@OliPelz
OliPelz / gist:8cf40a2246f843321007
Created December 6, 2014 11:15
sample datatable GET request JSON URL parameter extracted
[
{
"name": "draw",
"value": 1
},
{
"name": "columns",
"value": [
{
"data": 0,
@OliPelz
OliPelz / datatables-server-side-get.html
Last active August 29, 2015 14:10
server-side datatable GET request
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=us-ascii">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="//cdn.datatables.net/1.10.1/css/jquery.dataTables.css" />
</head>
<body>
<table id="example" class="display" width="100%" cellspacing="0">
<thead>
<tr>