I'm wanting to make a webpage containing a large table / small database, simply a list with about 4 attribute columns for each entry:
keyword | attribute1 | attribute2 | attribute3 | description.
(roughly 1000 rows of 5 columns, but this can be broken down into sections if necessary)
I could do this with basic tables, but I also want people to be able to sort the data alphabetically by clicking on any of the column headings (except for description). The only way of doing THAT with manually written tables would be to do the entire thing multiple times over, even with copy & paste that would be painful. The sorting would be pretty important for it's users though, with sort it's be nice and convienent to use, without it'd be a pain in the rear.
I do not want loads of features or whatever. Bloat, over-complication, browser incompatibilities etc isnt necessary. It would be nice to have a convenient way to enter/manage the field data, but this would be strictly bonus. It's not remotely mission-critical or whatever, the table would just provide people with useful information which is currently hard to find, especially organised.
My skillz are currently limited to basic HTML with notepad
Anyone know of ideas? Even basic pointers of what to try googling for would be appreciated.
(the page is for a community site/fansite and I am not being paid in any way)
keyword | attribute1 | attribute2 | attribute3 | description.
(roughly 1000 rows of 5 columns, but this can be broken down into sections if necessary)
I could do this with basic tables, but I also want people to be able to sort the data alphabetically by clicking on any of the column headings (except for description). The only way of doing THAT with manually written tables would be to do the entire thing multiple times over, even with copy & paste that would be painful. The sorting would be pretty important for it's users though, with sort it's be nice and convienent to use, without it'd be a pain in the rear.
I do not want loads of features or whatever. Bloat, over-complication, browser incompatibilities etc isnt necessary. It would be nice to have a convenient way to enter/manage the field data, but this would be strictly bonus. It's not remotely mission-critical or whatever, the table would just provide people with useful information which is currently hard to find, especially organised.
My skillz are currently limited to basic HTML with notepad
(the page is for a community site/fansite and I am not being paid in any way)
