-
Notifications
You must be signed in to change notification settings - Fork 76
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
baseSort clarification #75
Comments
Can you tell me what kind of store are you using? Memory store or JsonRestStore ? |
Actually dojo/store/DataStore on top of DWR Store..
|
I need to verify with the module writter to see if this is a truely a defect. Can you please try // sortSpec = sortSpec.concat(bs);
sortSpec = bs.concat(sortSpec); in /gridx/core/model/extension/sort.js to see if it meet your needs. |
Yup - this works as expected , I am not sure if that's the design but the documentation is in that spirit. |
I will double check with @zhuxw . |
Problem with Sorting with Tree Module ( 3 level nesting ) Is there a way to say column 1 , 2 , 3 must be sorted together? IE: columns ( isle, racks, shelf ) |
Once the fix will be on Master and assuming the sort there goes through same code , |
Tsemachh..... Thank you... So is that fix coming soon or in GridX 1.2 .... ??? |
I am back to it now , It's still not fixed in lastest Code I took from Master - can you please check it again ? |
+1 for this, it is just a one line change, would be nice to have this merged into the repo |
Hi
looking at baseSort Doc :
from https://github.com/oria/gridx/wiki/How-to-Sort-a-Column-in-Gridx
What I saw and tested:
So my understanding - it just gives the default base Order before sort is invoked by user from API/UI - this is now what I understood from the Wiki.
Can you please clarify it ?
thx
tsemach.
The text was updated successfully, but these errors were encountered: