-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
use getNodeCollapsedState() to starting with collapsed nodes for large trees
How to reproduce the bug
use this function below:
public function getNodeCollapsedState(?\Illuminate\Database\Eloquent\Model $record = null): bool
{
return true; // Start with all nodes collapsed
}
Package Version
3.0.2
PHP Version
8.4
Laravel Version
12.28.1
Which operating systems does with happen with?
macOS, Windows, Linux
Notes
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working