Hi i need help for make sort table
I want to sort on table, like Shop name, sell type and location etc so if i press button sort location then sort a-z from top to bottom.
how i can do it? like it:
<table border="1">
<tr><td>Shop name</td><td>Type shop</td><td>location </td></tr>
<tr><td>The Common Defense</td><td>Armor Shop</td><td>New Sorpigal</td></tr>
<tr><td>The Eagle's Eye</td><td>Weapon Shop</td><td>Castle Ironfist</td></tr>
<tr>