[jQuery] Table grouping
[jQuery] Table grouping
Hi am looking to see if there is an easy way to do the following with
jquery. I have values in a table and I want to have the table group
data depending on the value of one of my columns. For instance let's
say my data looks like this:
Type Name
Fruit Apple
Fruit Pear
Veggie Carrot
Veggie Peas
If I click on the type column I want the data grouped and displayed as
follows:
Fruit
Apple
Pear
Veggie
Carrot
Peas