This repository was archived by the owner on Jun 28, 2026. It is now read-only.
Commit f7e1e9d
Fix: Datatable row expansion bug (#8039)
* Create cell memoization options in datatable props, including detailed documentation
* Prettier
* Fixed TS error
* Fixed TS error
* Update datatable.d.ts
* Created ref for expandedRows in TableBody.js so that the onRowToggle runs with the most updated value
---------
Co-authored-by: Melloware <mellowaredev@gmail.com>1 parent b07b650 commit f7e1e9d
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
632 | 638 | | |
633 | 639 | | |
634 | 640 | | |
| |||
637 | 643 | | |
638 | 644 | | |
639 | 645 | | |
640 | | - | |
| 646 | + | |
641 | 647 | | |
642 | 648 | | |
643 | 649 | | |
| |||
653 | 659 | | |
654 | 660 | | |
655 | 661 | | |
656 | | - | |
| 662 | + | |
657 | 663 | | |
658 | | - | |
| 664 | + | |
659 | 665 | | |
660 | 666 | | |
661 | 667 | | |
| |||
0 commit comments