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
<ulclass="pagination"><liclass="page-item disabled"><ahref="#" tabindex="-1">Previous</a></li><liclass="page-item active"><ahref="#">1</a></li><liclass="page-item"><!-- cannot set "page-item" class --><ahref="#">2</a></li>
Possible Solutions
(Please write ideas or candidates of solutions for the problem if you have)
Affects Version/s
5.5.1.RELEASE
Issue Links
#XXX
The text was updated successfully, but these errors were encountered:
Description
https://github.com/terasolunaorg/terasoluna-gfw/blob/master/terasoluna-gfw-common-libraries/terasoluna-gfw-web-jsp/src/main/java/org/terasoluna/gfw/web/pagination/PaginationTag.java#L222-L238
t:pagination
tag not support to set default class attribute to page item (inner element).Setting attributes that can set class for page items are follows:
activeClass
: current item (actually not enabled item)disabledClass
: disabled itemI cannot implement the following pattern without JavaScript.
https://picturepan2.github.io/spectre/components/pagination.html
Possible Solutions
(Please write ideas or candidates of solutions for the problem if you have)
Affects Version/s
Issue Links
The text was updated successfully, but these errors were encountered: