CopyPastor

Detecting plagiarism made easy.

Score: 0.8686098199716112; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2018-03-28
by Aftab Lala

Original Post

Original - Posted on 2015-01-31
by Hossam Barakat



            
Present in both answers; Present only in the new answer; Present only in the old answer;

I think what you need to do is simply the following
</script> $(document).ready(function () { $('#example').dataTable({ "ajax": "/Home/Index", "columns": [ { "data": "FirstName" }, { "data": "LastName" }, { "data": "Username" }, { "data": "Password" }, ] }); }); </script>
No need for the processing and serverside and they are used when you have large data and would like to have paging and sorting done on the server side which is not the case in your code
I think what you need to do is simply the following
</script> $(document).ready(function () { $('#example').dataTable({ "ajax": "/Home/Index", "columns": [ { "data": "FirstName" }, { "data": "LastName" }, { "data": "Username" }, { "data": "Password" }, ] }); }); </script>
No need for the processing and serverside and they are used when you have large data and would like to have paging and sorting done on the server side which is not the case in your code

        
Present in both answers; Present only in the new answer; Present only in the old answer;