|
|
|
|
|
by kwillets
3038 days ago
|
|
This looks good, but it reminds me of a problem I've noticed in this situation: the truncated cells have virtually no information. Take this example data: 999995
999998
999999
Imagine we have 5 display digits available; the default method is to display 99999
99999
99999
But it might be better to show the distinguishing digit. eg: 99..5
99..8
99..9
However I don't know what the best design or display pattern for that would be. |
|