I'm getting this error:
Uncaught TypeError: Cannot read property 'fnInit' of undefined
jquery.dataTables.js:2872
DataTable.ext.oPagination[ oSettings.sPaginationType ].fnInit( oSettings, nPaginate,
function( oSettings ) {
_fnCalculateEnd( oSettings );
_fnDraw( oSettings );
}
);
Table is placed properly, I think, that problem is not in HTML.
"sPaginationType": "bootstrap",- changing it to"sPaginationType": "full_numbers",solved it for me.