language agnostic - Best way to handle multiple files adding/editing/deleting in web applications from ui point of view? -
application platform www.
i have user interface dilema. user can have many files. file has attributes such name , description can changed user.
currently have users list edit action when allow edit user data such name, address, phone etc. on 1 screen, , files list links edit or delete individual file on screen.
i think nice allow user edit data , adding/editing/deleting files on 1 screen, assuming it's www think that:
it not easy develop
maybe little confusing user, because can expect every one-to-many relation user has can managed edit screen
i'm interested in solutions similiar problems.
have @ jquery datatables: http://www.datatables.net/
they provide neat , usable way arrange data (eg. use 1 row per file columns editing, deleting etc) way have on same page user's own details (i think that's wanted?)
Comments
Post a Comment