design-hub-arc / software-db

A database management website for tracking software licenses
1 stars 0 forks source link

sorting must be handled on client side #10

Open Matt-Crow opened 2 years ago

Matt-Crow commented 2 years ago

will need to figure out how to allow the user to sort the license rows from the HTML table. Otherwise, they would have to resubmit a query to regenerate the page each time. Maybe view each table row as an array, and sort based on a given index.