datahuborg / datahub

An experimental hosted platform (GitHub-like) for organizing, managing, sharing, collaborating, and making sense of data.
https://datahub.csail.mit.edu
MIT License
210 stars 60 forks source link

DataTables error #38

Closed RogerTangos closed 9 years ago

RogerTangos commented 9 years ago

DataTables warning: table id=table_data - Ajax error. For more information about this error, please see http://datatables.net/tn/7

Happens when I load most tables

RogerTangos commented 9 years ago

@abhardwaj or @hariharsubramanyam , can you fix this one? It looks like it was introduced b00deb3026f803b76f22ab0f7755e940ed6bec64 and happens when datatables tries to load a resource that the server can't return (gives a 500).

It also screws up the alignment of columns. Unfortunately, I don't know what's going on with it beyond that.

Considering that this happens every single time a user loads a table, it's pretty annoying from a user perspective.

screen shot 2015-06-10 at 5 48 47 pm

RogerTangos commented 9 years ago

eh. it bugged me enough that I fixed it. 19f61a2

RogerTangos commented 9 years ago

Merged to master in 1b63197275f048a994510b5fd8dd688407fb7be7

RogerTangos commented 8 years ago

patched again in #76