mrakitin / web

Personal web page
https://mrakitin.xyz
Apache License 2.0
1 stars 0 forks source link

Make tables sortable #18

Open mrakitin opened 7 years ago

mrakitin commented 7 years ago

http://stackoverflow.com/a/37260310/4143531

$(document).ready(function () {
    $('#escalation').DataTable();
});
mrakitin commented 7 years ago

Error appears - http://stackoverflow.com/questions/31632294/typeerror-datatable-is-not-a-function.