Commit bd08359
committed
Improve readability of large grid with a lot of data
When a large table is displayed and is larger than the screen size, it
is not possible to scroll to see *all* the data. One can zoom-out to
have a accomodate more data, but this does not fix the issue as:
1. The displayed data is smaller, making it harder to read it beyond
checking the color that represent the state of the metric;
2. Zooming out is limited and at some point more data is still out of
sight.
This make the table scrollable in its container. Both horizontal and
vertical headers stick to their position to make it easier to track what
is being viewed.1 parent d46dd56 commit bd08359
1 file changed
Lines changed: 22 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
| 444 | + | |
444 | 445 | | |
445 | 446 | | |
446 | 447 | | |
| |||
468 | 469 | | |
469 | 470 | | |
470 | 471 | | |
| 472 | + | |
471 | 473 | | |
472 | 474 | | |
473 | 475 | | |
474 | 476 | | |
475 | 477 | | |
476 | 478 | | |
477 | 479 | | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | 480 | | |
482 | 481 | | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
483 | 502 | | |
484 | 503 | | |
485 | 504 | | |
| |||
0 commit comments