I am in the process of fixing a sort issue within one of our applications but I am running into an issue. I am using Slick Grid for my grid implementation. The current sort function in place (not written by myself) works fine with the exception of 1 caveat. It will sort the columns just fine, but I cannot get my checkbox to stay with its respective row when sorting by columns. The checkboxes stay on the same row that they were on initially before the sort, therefore if the user were to enact one of the many functions that is tied to a row being selected, it would be performed on the wrong row. Please let me know if I need to elaborate on this in more detail as it is somewhat hard to explain without observing the behavior.I am in the process of fixing a sort issue with