Skip to content

Instantly share code, notes, and snippets.

@manti
manti / gist:33eaf148e4e2b4b12a37
Last active September 4, 2015 03:38 — forked from illerucis/gist:4586359
Server-side Python + MongoDB + Flask implementation for DataTables
from collections import namedtuple
from pymongo import MongoClient
from flask import request
from core.web.site import app
from core.web.site.views_master import *
import json
'''
$('#companies').dataTable( {
"bProcessing": true,