Can't get DataTable to work properly or at all

Can't get DataTable to work properly or at all

rdkurthrdkurth Posts: 3Questions: 1Answers: 0
edited March 2014 in General
debugger code ixakuk

I can not seem to be able to get DataTables to work properly

I am using Bootstrap 3 and PHP to create the website. It does not just show 10 items it shows the whole list. The search thing does not work at all.

I will give you a link to the website it is not live so you can't mess it up.
You also have to log in
http://notaryaccounting.com
username: rdkurth1
password: boat12345

then click on Expenses
that will bring up the page with the table on it

[code]
$(document).ready(function() {
$('#expencetable').dataTable( {


} );
} );
[/code]

Replies

  • rdkurthrdkurth Posts: 3Questions: 1Answers: 0
    edited March 2014
    I reloaded all js files and css files and nothing works now
    [code]

    [

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

    [/code]

    It would be nice to see this work so I can add some of the other stuff
  • allanallan Posts: 63,280Questions: 1Answers: 10,425 Site admin
    Have you changed something - your linked pages appears to work okay for me... At least the sorting and filtering does.

    Allan
This discussion has been closed.