filament-adjacency-list icon indicating copy to clipboard operation
filament-adjacency-list copied to clipboard

A Filament package to manage adjacency lists (aka trees).

Results 17 filament-adjacency-list issues
Sort by recently updated
recently updated
newest added

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.1.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.1.0 What's Changed Relax engine-strict=true by @​jeffwidman in dependabot/fetch-metadata#510 Handle branch names containing hyphen separators by @​tspencer244 in...

Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3. Release notes Sourced from ramsey/composer-install's releases. 3.0.0 Changed Update actions/cache to v4 to avoid deprecation notices. This requires a new major version because actions/cache...

https://atlassian.design/components/pragmatic-drag-and-drop/examples#tree

enhancement

### What happened? I want to display adjecency list as widget on top of list page but when I try pass data from page table to widget it seems error...

bug

Filament reorderable start position at 1 and it should be like Filament. You can take a look here in Filament : filament\tables\src\Concerns\CanReorderRecords.php ```php foreach ($order as $index => $recordKey) {...

Adding a widget, plus a few bug fixes.

### What happened? Actions are not configurable ### How to reproduce the bug When trying to configure actions, such as the edit action, it doesn't seem to work. For example,...

bug

### What happened? Hi, I've 3 entries in my navigation_items database, a hasMany relationship to Navigation Model like this : Navigation Model Table : ![Capture d’écran 2024-09-28 à 17 00...

bug

### What happened? Hi, I'm using Adjency list to make a menu builder, without relationships. I'm using it in a custom private package with dynamics itemTypes (dependants of subpackages installed)....

bug