terasolunaorg / terasoluna-gfw

Common libraries for TERASOLUNA Server Framework for Java (5.x)
108 stars 56 forks source link

Support multiple sort order in PaginationTag. #36

Open btshimizukza opened 10 years ago

btshimizukza commented 10 years ago

Current implementation of PaginationTag.class(t:pagination) supports only a single sort order. But Pageable.class of Spring Data supports multiple sort order. I think that should be supports multiple sort order.

kazuki43zoo commented 10 years ago

Is milestone of this issue ? 1.1.0 ? 1.2.0 later ?

making commented 10 years ago

It depends.

kazuki43zoo commented 10 years ago

That is right. First, will consider how to respond.

ikeyat commented 8 years ago

First of all, we need to consider terasolunaorg/guideline#1441 before this. Our framework is mainly used with MyBatis3. I scoped out this 5.1.0.RELEASE.

ikeyat commented 8 years ago

I heard multi sort option is requested by an actual user. Muti sort option is usual, for example sort with family name and first name, etc...