Skip to content

Instantly share code, notes, and snippets.

@davidsonsousa
Created July 15, 2019 21:53
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 davidsonsousa/67def4654e11335cd2a4257bfdd00650 to your computer and use it in GitHub Desktop.
Save davidsonsousa/67def4654e11335cd2a4257bfdd00650 to your computer and use it in GitHub Desktop.
$(document).ready(function () {
$("#table-list").DataTable({
"processing": true,
"serverSide": true,
"ajax": {
type: "POST",
url: "home/getpeopledata"
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment