Commit ba77c87
fix(flatEntityAccess): getCellDisplayValue now returns the correct value.
* Fix getCellDisplayValue method when using flatEntityAccess, to now return the correct value. Before the cellDisplayGetterCache was just returning the first value cached and ignoring the row parameter
* Add unit tests around get cell value with flatEntityAccess option set1 parent 111afb4 commit ba77c87
File tree
2 files changed
+48
-1
lines changed- src/js/core/factories
- test/unit/core/factories
2 files changed
+48
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1899 | 1899 | | |
1900 | 1900 | | |
1901 | 1901 | | |
1902 | | - | |
| 1902 | + | |
1903 | 1903 | | |
1904 | 1904 | | |
1905 | 1905 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
614 | 644 | | |
615 | 645 | | |
616 | 646 | | |
| |||
652 | 682 | | |
653 | 683 | | |
654 | 684 | | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
655 | 702 | | |
656 | 703 | | |
657 | 704 | | |
| |||
0 commit comments