Page breaks if any row of the ORDER BY field in model is null.

See title. Not sure if this is already known or should have been obvious, but I thought I would give everyone a heads-up.

Not exactly true.  You don’t have to fill in the Order by field.  But if you have spaces in that field or other characters you will be creating bad SOQL and the page will blow up.  You can see what is going on by doing the following.

Open your browser console  (In Chrome  CMD - Option J (Mac) and CNTRL - Alt J (PC)). 
Then type the following:   skuid.$M(‘ModelName’).soql   (Replace ModelName with your ModelID) 
This will show you the SOQL that is being presented as well as any error statements - which will help you debug…


Awesome. Thanks for the tip, Rob!