Tagged Questions
4
votes
2answers
167 views
How to present a view with large number of inputs
I'm developing a dashboard for hotel managament system application.
There's a view that allows the user to set prices for room types in different currencies. Sadly, I can't provide any screenshots as ...
4
votes
5answers
416 views
Drop-down Filter - Submit button vs OnChange
I have a dashboard that displays different table data based on a drop-down SELECT field. While I realize it's more efficient for calling the data from the database by having the user have to click a ...