Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap pagination class #30

Open
davidrenne opened this issue Sep 22, 2015 · 0 comments
Open

Bootstrap pagination class #30

davidrenne opened this issue Sep 22, 2015 · 0 comments

Comments

@davidrenne
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant