Quantcast
Viewing all articles
Browse latest Browse all 82149

Back/Forward Buttons in Browser causes multiple drawings

I'll try to describe to the best of my ability. So what happens is if I click on any link from the page with the datatables then click back, it seems to draw another part of the datatable on top of the datatable. Clicking back/forward multiple times, creates multiple partial datatables on top of the datatable.

Here's the link to the dubgger:
http://debug.datatables.net/ifujak

Here's the link to the page I'm seeing:
http://dl.dropbox.com/u/12379649/datatables_bug.png

Initialization Code:
$('#league_index').dataTable({
'sPaginationType': 'full_numbers',
'bJQueryUI': true,
'bProcessing': true,
'bServerSide': true,
'sAjaxSource': $('#league_index').data('source'),
'aoColumnDefs': [
{ "bSortable": false, "aTargets": [ 1 ] },
{ "bSortable": false, "aTargets": [ 2 ] },
{ "bSortable": false, "aTargets": [ 3 ] },
{ "bSortable": false, "aTargets": [ 4 ] },
{ "bSortable": false, "aTargets": [ 5 ] }
],
'bFilter': false,
'iDisplayLength': 25,
'bRetrieve': true
})

Viewing all articles
Browse latest Browse all 82149

Trending Articles