I need to have cells in a particular column of a table sortable.
The problem is that the current code makes the whole row sortable instead of just make the cells sortable. Cells for a given column should be vertically sortable and only in their particular column.
Is there a way to assign a unique class to a table column through jQuery perhaps?