开发者

jQuery sortable with table cells in a column

开发者 https://www.devze.com 2023-02-17 16:04 出处:网络
I need to have cells in a particular column of a table sortable. http://jsbin.com/ilodi4 The problem is that t开发者_StackOverflowhe current code makes the whole row sortable instead of just make th

I need to have cells in a particular column of a table sortable.

http://jsbin.com/ilodi4

The problem is that t开发者_StackOverflowhe 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?

0

精彩评论

暂无评论...
验证码 换一张
取 消