am new to datatables. as i was doing practise today, i followed all instruction but still it didnt w
am new to datatables. as i was doing practise today, i followed all instruction but still it didnt w
am new to datatables. as i was doing practise today, i followed all instruction but still it didnt work. see the code below. please help correct it.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="DataTables/media/css/jquery.dataTables.min.css" />
<link rel="stylesheet" type="text/css" href="DataTables/media/css/dataTables.bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css"/>
</head>
<body>
<
div>
| 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 |
| Ashton Cox | Junior Technical Author | San Francisco | 66 | 2009/01/12 | $86,000 |
| Cedric Kelly | Senior Javascript Developer | Edinburgh | 22 | 2012/03/29 | $433,060 |
This discussion has been closed.
Answers
Could you lease post the full HTML (in tags). You need to follow the structure below.
You also need the following javascript outlined in your header: