Hello, I need some help figuring out how one would sort entries between the days of the week. I have a board in which every column represents a day of the week and I would like to be able to sort entries between days. Also I need to somehow get the necessary information that I need to write to the database to save the position of the entry.
Hello, I need some help figuring out how one would sort entries between the days of the week. I have a board in which every column represents a day of the week and I would like to be able to sort entries between days. Also I need to somehow get the necessary information that I need to write to the database to save the position of the entry.
This is what I have so far: http://codepen.io/rgbskills/pen/XpqqWK?editors=0010
Thank you in advance :)