What to do with high amounts of results (data)
For a future implementation in our software we are facing the issue of large amounts of data.
The main question in this situation is that how do we handle and display the data. because the data also needs to be editable ( si…
Expand truncated table cell content on hover
I’m working on a project using Google’s Material Design and am running into an issue where we need to truncate table cell content. There is a spec for truncating table headers and showing the full label on hover, but nothing …
Inventory system with multiple quantity values
I have built an inventory system and I am working on adding a feature to it that will allow groups of parts to be reserved. I need a way that I can display the quantity of the item, how many are reserved and the final availab…