Datatables is not getting enabled to the table. Please verify code.

Datatables is not getting enabled to the table. Please verify code.

kd1989kd1989 Posts: 2Questions: 1Answers: 0

I'm saving below code in a local .html file and load it into browser, but datatables is not getting applied. Please help.

...

<head>

<link rel="stylesheet" href="http://cdn.datatables.net/1.10.13/css/jquery.dataTables.min.css">

<

script src="https://cdn.datatables.net/1.10.13/js/jquery.dataTables.min.js"</script>

$(document).ready(function(){ $('#example').DataTable(); });

</head>
<body>

Name Position Office Age Start date Salary
Name Position Office Age Start date Salary
Tiger Nixon System Architect Edinburgh 61 2011/04/25 $320,800
Garrett Winters Accountant Tokyo 63 2011/07/25 $170,750

</body>
...

Answers

This discussion has been closed.