groovydev / twitter-bootstrap-grails-plugin

Grails plugin for Twitter Bootstrap CSS framework resources
173 stars 92 forks source link

Pagination it's no longer working in version 3.0.0 #86

Closed mchiareli closed 10 years ago

mchiareli commented 11 years ago

The pagination structure have been changed in bootstrap 3.0.0, the version on plugin is not working anymore.

legart commented 10 years ago

Pagination should work just fine if you use

grails.plugins.twitterbootstrap.fixtaglib = true

mchiareli commented 10 years ago

the version of plugin i tried, uses an old bootstrap html structure, I had to copy the taglib to my project and edit it.

legart commented 10 years ago

Have you tried the latest version? It works for me.