How to start with DateTables?
How to start with DateTables?

Hi all,
I need to create table that can update, filter and sort table rows. My mentor said me that DateTables plugin is best for this job.
I followed step by step installation page and it doesn't work.
I putted this in my HTML head
<script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/1.10.19/js/jquery.dataTables.js"></script>
Then I added jQuery to my website, and last step i put this in my script.js:
$(document).ready( function () {
$('#table_id').DataTable();
} );
Please help!
This question has an accepted answers - jump to answer
Answers
Looks like you are starting with something like the Zero Config example. Is your table already populated in HTML like the example?
Did you add jQuery before you loaded 'jquery.dataTables.js'?
Order is important. You can use the Download Builder to get all the include JS and CCS files you need.
Please describe what isn't working.
Do you get any popup alerts or error messages on the browser's console?
Kevin
I will put you picture of my code and what heppend when i try code 
How now I can edit CSS?