Mobile app version of vmapp.org
Login or Join
Alves566

: Good practice of showing Items details in the same table's page I have an application which have table of Item, now I'm wondering what is the best practice of showing Items details : Option

@Alves566

Posted in: #Applications #InterfaceDesign

I have an application which have table of Item, now I'm wondering what is the best practice of showing Items details :

Option 1


Search an Item, then click on details button of that Item to open a new page which show all details


Option 2


Option 1 +
A quick show In the same page, which show only the important details.




My question is :


Is it a good idea to use the second option?
If yes, In which side I should to display this details?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Alves566

1 Comments

Sorted by latest first Latest Oldest Best

 

@Murray976

Same page or different page is really dependent upon the details themselves.


If the details are something like 20 numbers... you could do a simple table with show/hide jquery on the same page.
If the details are 20 different paragraphs of information then a page may be more feasible.


The determining factor would be how cumbersome seeing all the extra data is to the user.

If ingesting the extra data requires time and a user may need to refer to it multiple times to "get" it all, then you may want to displayed on its own.

If the nature of the details are brief, quick info, such as contact information, then the same page may work best. Primarily because the details would be something a user may need to quickly refer to then dismiss. If there's no cause to spend a great deal of time looking at the extra information, then an easy way to see it, then hide it is often more user-friendly.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme