generator-jhipster icon indicating copy to clipboard operation
generator-jhipster copied to clipboard

Add frontend sort when no pagination

Open Tcharl opened this issue 3 years ago • 3 comments

Overview of the feature request

Jhipster lack of essential features to get really usable forms. One of them is that there's no sort on fields when pagination is not selected. It would be really easy to implement while being cool for end users.

Motivation for or Use Case

Improving the waow effect of a jhipster generation at low cost

  • [x] Checking this box is mandatory (this is just to show you read everything)

Tcharl avatar May 31 '22 19:05 Tcharl

@deepu105 I get why the react-jhipster is complaining: some form React elements of the library are manipulating states and effects within the library itself, which is considered as a bad practice and unsupported in the last react versions. It's very hard for me to adapt the lib as I didn't produce it by myself, so any help would be really appreciated. Otherwise I'll continue to look at it, but it can take a bit of time...

Tcharl avatar Aug 08 '22 07:08 Tcharl

I'll check when I find some time

deepu105 avatar Aug 08 '22 20:08 deepu105

Created a branch with the current library achievement

https://github.com/Tcharl/react-jhipster/tree/sort_non_paginated https://github.com/Tcharl/generator-jhipster/tree/sort_react

I made a bit of progress, but still some work to achieve

Tcharl avatar Aug 09 '22 19:08 Tcharl