Datatable doesn't showing all data

Datatable doesn't showing all data

DaidalosDaidalos Posts: 2Questions: 1Answers: 0

Hello,
I have table with data from DB (I am not using ajax or something like that, rows are on the same page). But in MySQL table I have 404 rows, and table shows only 357. SQL query is just fine, because when I turn off datatable, normal table on page shows me correct number of rows. When I look on HTML code of page there is also correct number of rows (I know it, because datatable doesn't show about 10 first ten rows and other rows somewhere in the table, i don't know where)

I don't know why is this happening, I do not turning on datatable with any special setting, just like this:

    $('#table').dataTable( {
        "pageLength": 25,
        "language": {
            "url": "js/Czech.json"
        }
    } );
} );

I can't send link because datatable is in internal company system, but i can provide debug link: http://debug.datatables.net/iciquz

Thanks for any help, and sorry for my bad english.

This discussion has been closed.