in reply to Re: How to let a user sort a list on a web page
in thread How to allow a user to reorder rows from a database using a web form?
Let's say each row in the table represents something like a task or project.
One person, like a manager or something, would have the ability to bring up a form in which each row represents a task/project.
His responsibility is to decide the order in which these tasks/projects should be completed. So he's dealing with entire rows, not the individual cells or columns.
What can I build that make it easy for him to log in, get his set of rows, easily rearrange them to the order he wants, and then capture the ordering he has specified?
Thanks!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How to let a user sort a list on a web page
by GrandFather (Saint) on Dec 21, 2010 at 20:24 UTC | |
by Anonyrnous Monk (Hermit) on Dec 21, 2010 at 21:55 UTC | |
by GrandFather (Saint) on Dec 21, 2010 at 22:28 UTC |