In using Tablesorter plugin, I have run into an challenging issue.

What I am looking to do is group certain rows in a single table into
two different groups, have a blank row between them and be able to
sort based on columns that apply to both groups of rows but without
the rows from one group actually mixing with the rows from another
group.

So, basically, I want to have a table like this:

TABLE:
Group 1 Row 1
Group 1 Row 2
Group 1 Row 3
Group 1 Row 4
- blank row -
Group 2 Row 1
Group 2 Row 2
Group 2 Row 3

So any re-sorting on any of the columns would sort the top 4 rows
amongst themselves, keep the blank row after that 1st group and then
resort the bottom 3 rows amongst themselves too, without any
intermingling and mixing of the two groups of rows.

Is this possible at all, with some modifications or custom plugin/
code? How would I go about putting this together if so?

Thanks!

Reply via email to