I have records listed on my ruby on rails application in table format. The records or table rows are actually grouped into groups of records. I indicate this to the user by having different shaded background colors of the rows.
I need to be able to drag and drop <TR>
's or table rows from one group of rows to another. Ideally, when you're dragging the row and are over another group, it sort of outlines/highlights that group to indicate you're about to drop into that group.
What's the best way to do this?