You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there I am having an issue with master the demo with the navigation not adding the class "pagination" to the <ul> so that bootstrap might be able to stylize it.
I have come up with a workaround for the meantime in my dataTable() caller until you get back with me.
.on( 'init.dt',
function () {
$('.dataTables_paginate ul').addClass('pagination');
} )
Any ideas where I can make some modifications on a fork and send a pull request to apply the class to the appropriate <ul> element?
I think the demo is busted looking too as the class isnt applying there either.
The text was updated successfully, but these errors were encountered:
Hey there I am having an issue with master the demo with the navigation not adding the class "pagination" to the
<ul>
so that bootstrap might be able to stylize it.I have come up with a workaround for the meantime in my dataTable() caller until you get back with me.
Any ideas where I can make some modifications on a fork and send a pull request to apply the class to the appropriate
<ul>
element?I think the demo is busted looking too as the class isnt applying there either.
The text was updated successfully, but these errors were encountered: