You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by heapifyman <he...@gmail.com> on 2012/03/28 14:49:35 UTC

Table pagination styling using Twitter Bootstrap

Hi all,

I'm using Twitter Bootstrap css framework with Wicket and now I would like
to apply the Bootstrap pagination styles (
http://twitter.github.com/bootstrap/components.html#pagination) to a
Wicket AjaxPagingNavigator.
What would be the best way to do that? Do I have to extend
both AjaxPagingNavigator and PagingNavigator and provide custom html
template for my PagingNavigator? Or is there an easier way to do that?

Thanks in advance.