laravel-datatables-editor icon indicating copy to clipboard operation
laravel-datatables-editor copied to clipboard

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

Open markplus opened this issue 1 year ago • 1 comments

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

markplus avatar Feb 28 '24 09:02 markplus

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] avatar Mar 30 '24 00:03 github-actions[bot]

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

github-actions[bot] avatar Apr 06 '24 00:04 github-actions[bot]