Hi again!
I have a table and I want to figure out a way to sort inputs based on clicking the headers... for example, you click on the name column and it will sort the table based on their names such as alphabetically...
The data is pulled from a csv file which recieves data from web forms.
(will post my code if needed)