Better question...I have a price list of 100 items can I make it so this data can be filtered by more than one column
for ex.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Item[/TD]
[TD]price[/TD]
[TD]item[/TD]
[TD]price[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD]5[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]2[/TD]
[TD]6[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]3[/TD]
[TD]7[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]4[/TD]
[TD]8[/TD]
[TD]8[/TD]
[/TR]
</tbody>[/TABLE]
can I link both "item" categories so that they both can filter ALL of the info
for ex.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Item[/TD]
[TD]price[/TD]
[TD]item[/TD]
[TD]price[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]2[/TD]
[TD]5[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]2[/TD]
[TD]6[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]3[/TD]
[TD]7[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]4[/TD]
[TD]8[/TD]
[TD]8[/TD]
[/TR]
</tbody>[/TABLE]
can I link both "item" categories so that they both can filter ALL of the info