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

Autocomplete non existent

Open tudors-services opened this issue 2 years ago • 4 comments

Summary of problem or feature request

autoComplete type of button doesn't exist in Editor

Code snippet of problem

Code in Datatables JS script:

 "label": "Content:",
"name": "content",
"type": "autoComplete",
"opts": { "source": contentData, }

Code that should be in laravel:

Fields\AutoComplete::make('content')->options([source => contentData])

System details

  • Operating System - Ubuntu 22.04.2 LTS \n \l
  • PHP Version - PHP 8.2.2 (cli) (built: Feb 6 2023 07:08:08) (NTS)
  • Laravel Version - "laravel/framework": "^10.0.3"
  • Laravel-DataTables Version - "datatables.net-editor": "^2.1.0",

Additional questions

Is there any way of replacing / adding the buttons using added javascript or any chance of getting the button added in the framework ? Thank you.

tudors-services avatar Mar 18 '23 00:03 tudors-services