On the initial pages of my app, it lists everything in the correct order going by id number, but if I sort by my inventory number (i.e. 1,2,3,...,10,11) the list turns into 1,10,11,...2,20,21 etc. How do I go about changing the sort to use absolute number instead of logical number?