laravel-datatables-editor
laravel-datatables-editor copied to clipboard
Select2 doesn't work and distinct in select doesn't work
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'),
]),
])
- Operating System
- PHP Version 8.2
- Laravel Version 10.10
- Laravel-DataTables Version 10.1
- Laravel-DataTables Editor 1.25
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.
This issue was closed because it has been inactive for 7 days since being marked as stale.