JS Sort CSS columns?
- Started
- Last post
- 6 Responses
- mg33
Have a look at this page:
http://javascript.internet.com/f…
It only works in IE.
That ability to sort the info by each column relies on tables.Anyone have an idea on how to do the same thing in a full CSS layout?
Awesome.
- sparker0
if you have data like that, it *should* be in a table.
it is tabular data. hence 'table.'
now, i have to ask the obvious question, why not just pull that info from a database, dynamically write out the table as needed and use perl, php or java/ecma script to sort the columns?
seems like a more logical approach to me...and a lot easier on the bandwidth and server.
- mg330
That's my first plan, sparker.
I've downloaded this set of ASP pages that work with an Access DB.
I'm working on building an employee list with photos and info for our Intranet. I just don't know how complicated it's going to be to take some aspects of it apart and add in extra fields that we need.
It's a pretty good setup, and free, just don't know if it will be a nightmare to modify it like we want:
http://www.gotocode.com/apps.asp…
- van_rijn0
kinda weak to do it only in IE.
why not make a cross browser & platform one
- mg330
van_rijn,
AS This is only for our Intranet - no one here except me uses anything except IE.
- van_rijn0
then rock on
- jevad0
Start cross-browser coding now and you won't start hitting brick walls later...