Can't get the pagination buttons to work
Can't get the pagination buttons to work

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
[code]First[/code]
here is my code
[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'
});
} );[/code]
[code]First[/code]
here is my code
[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'
});
} );[/code]
This discussion has been closed.
Replies
'bJQueryUI': true,