Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order within group #333

Open
bbekir opened this issue Oct 8, 2022 · 1 comment
Open

Order within group #333

bbekir opened this issue Oct 8, 2022 · 1 comment

Comments

@bbekir
Copy link

bbekir commented Oct 8, 2022

In some cases sorting is not on a per-table basis. Especially if ordering field is something like item no, question no

There may be a meta field that shows grouping partition, like as

ordering=('item_no')
order_group=('category')

And update on db may be done with adding extra where filter;

where category= :category

Yet, in that case user have to filter data first than drag and drop. Or some movements may be forbidden to prevent conflicts like
user can't drag multiple rows within different order_group, etc

@jrief
Copy link
Owner

jrief commented Oct 8, 2022

Will do that on my next major release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants