11/06/2015 at 5:17 pm
#353832
Keymaster
@ Cori
re: I entered them in order so they are 1, 2, 3 IDs as I wanted them to be and they are not showing up that way.
Oh, yeah… I completely forgot… this template uses the jQuery Datatable library to do the “fancy” table stuff… it automatically sorts the fields. It took a bit of digging thru its API doc doc but I found where I can turn that off. I’ll have to release an update which includes this tweak. I’ll try and get that up this weekend.
re: Is there a way to get rid of page 1 and 2 so it’s all on one page?
Yes, this is easy to do, add enable_pagination=false to the existing shortcode so you have something like this:
[connections enable_pagination=false]
