as far tell question has not been asked anywhere else.
i have checked bootstrap migration guide bootply , cannot find regarding pagination lists. basically, @ end of table of search results want like:
<<|1|2|3|4|5>>
but @ moment, displaying vertically instead of horizontally pictured above.
here main code snippet in question:
<div class="col-md-7"> <format:paginationlist pageresults="${searchresults}" modelname="participant" /> </div> thanks!!
i able apply custom class in css added "list-inline" style ul contained pagination. applying fix resolved issue , made pagination horizontal should be.
Comments
Post a Comment