Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 81989

Weird count bug under my table

$
0
0
Here's the weird count bug: https://www.dropbox.com/s/iq4fj94vtz65l75/weird.png

Here's my code:
cooltable.dataTable({
	'sPaginationType': 	'full_numbers',
	'sScrollY': 		'225px',
	'sScrollX': 		'100%',
	'bScrollCollapse':	true,
	'bStateSave':		true,
	'bProcessing': 		true,
	'bServerSide': 		true,
	 'sAjaxSource': 		'/some/url.json',
	 'sAjaxDataProp': 	'demo',
	 "isDeferLoading": 	7,
	        
	 // Fix position the left column
	 "fnInitComplete": function () {
	 	new FixedColumns( cooltable );
	 }
		    
});

Any ideas?

Viewing all articles
Browse latest Browse all 81989

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>