Make a table/index to autofill and save specific info?
Whats the best code or source i should use if i wanted to make a table similar to this: | Name | Function | Source | Reason | ————— —————- ————— —————— Input-a Input-b Input-c Input-d Input-a Input-b Input-c Input-d Where i can easily type ‘xxxx-a’ or ‘xxxx-c” so that my input goes under the correct category, but instead of overwriting the previous info, it creates a new line in the table? It doesnt matter if the value needs to be put in the code page or the final page, so long as it can be saved. Basically, i’m wanting to build an organized table with hundreds of added inputs, but ive only done html so far, and it would be incredibly tedious to keep using the <tr><td> functions. I dont expect anybody to straight up write the code for me, but if you could point me towards the correct coding language to use, it would be much appreciated.