HTML list / Dynamic
HTML list / Dynamic
Out of context: Reply #2
- Started
- Last post
- 4 Responses
- melq0
If you need to sort the same line items by two different fields, it would seem that you would need to use a table versus a list. Then you can use JavaScript or some other scripting language to sort ascending, descending, alpha, numeric, etc.
- quite nice... probably easier than the SQL approach I wrote about below...vaxorcist