cis498-g4 / GuestBook

Guest book and feedback system for events
1 stars 1 forks source link

User, Event details displayed in no particular order #34

Closed mikemolenda closed 7 years ago

mikemolenda commented 7 years ago

Read iteratively from a HashMap in the JSPs. Use a sorted TreeMap instead (see http://bit.ly/2pTBepI)

mikemolenda commented 7 years ago

Problem is in the DataTables script. Disabled ordering. See https://datatables.net/examples/basic_init/filter_only.html