Skip to content

Instantly share code, notes, and snippets.

@leylaKapi
Created February 27, 2017 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leylaKapi/e26ca64464d3b4a05afc04f21aa303e3 to your computer and use it in GitHub Desktop.
Save leylaKapi/e26ca64464d3b4a05afc04f21aa303e3 to your computer and use it in GitHub Desktop.
footable.js empty error
$('.table').footable({
"toggleColumn": "last",
"expandFirst": true,
"empty": "no results",
"columns": [
{ "name": "id", "title": "ID", "breakpoints": "xs" },
{ "name": "firstName", "title": "First Name" },
{ "name": "lastName", "title": "Last Name" },
{ "name": "jobTitle", "title": "Job Title", "breakpoints": "xs" },
{ "name": "started", "title": "Started On", "breakpoints": "xs sm" },
{ "name": "dob", "title": "DOB", "breakpoints": "xs sm md" }
],
"rows": []
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment