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

Can't get the pagination buttons to work

$
0
0
I've tried many things, including looking at code that works. The buttons actually work, but the button style isn't showing up. When inspecting the element I get
<span class="first paginate_button paginate_button_disabled" id="library_v4_first">First</span>

here is my code
	$(document).ready( function () {
    oTable = $('#library_v4').dataTable({
    	
    	'bProcessing': true,
    	'bServerSide': true,
 
		'sDom': '<\"fg-toolbar ui-toolbar ui-widget-header ui-helper-clearfix\"flp<\"clear\">>rt<\"fg-toolbar ui-toolbar ui-corner-bl ui-corner-br ui-widget-header ui-helper-clearfix\"ip<\"clear\">>',

		       'sPageButton': 'paginate_button',
        'sPageButtonActive': 'paginate_active',
		'sAjaxSource': $DataTableSource,
		'sPaginationType': 'full_numbers'
		
		
		});
	} );

Viewing all articles
Browse latest Browse all 82109

Trending Articles



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