yajra / laravel-datatables-editor

Laravel DataTables Editor Integration.
https://yajrabox.com/docs/laravel-datatables/editor-installation
MIT License
114 stars 15 forks source link

Select2 doesn't work and distinct in select doesn't work #85

Closed markplus closed 6 months ago

markplus commented 8 months ago

Not if distinct can be used in select, nor why select2 doesn't work, I would need to understand if it hasn't been integrated yet or if there is something to do to use it, can distinct be used in select?

If I add Fields\Select2::make the table disappears, the headers remain and it no longer loads anything

->editors([
            Editor::make()
            ->fields([
                Fields\Select2::make('qe_id')->options($quadris)->label('Quadro'),
            ]),
        ])
github-actions[bot] commented 7 months ago

This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 6 months ago

This issue was closed because it has been inactive for 7 days since being marked as stale.