J query datatable is not working
J query datatable is not working
arvind1989gupta
Posts: 1Questions: 0Answers: 0
I am using data table 1.9.4
Please help me
<!doctype html>
datatable
@import "media/css/demo_table.css";
$(document).ready( function() {
$(#datatables").dataTable();
});
Emp_id
Emp_Name
Emp_Manager
Emp_Vp
Emp_Add
1
2
2
4
5
Please help me
<!doctype html>
datatable
@import "media/css/demo_table.css";
$(document).ready( function() {
$(#datatables").dataTable();
});
Emp_id
Emp_Name
Emp_Manager
Emp_Vp
Emp_Add
1
2
2
4
5
This discussion has been closed.
Replies
It looks like you ave an extra and your paths are right?
It is hard to help with just the above.
Cheers...
should be
[code] [/code]
Good eyes. But the td should still produce the data.
Cheers...