Custom resource page $this->record null when searching/sorting
The table renders fine initially, but when trying to sort or search
Same question as this removed one ❓┊helpTable builder records are null after update
$this->record is null. Am I missing some trait or something? Same question as this removed one ❓┊helpTable builder records are null after update
Solution
Actually did not work I just messed up. What really worked is setting additional
public MyModel $myRecord; in the page and setting that on mount and using that instead of $this->record