laravel-datatables-editor
laravel-datatables-editor copied to clipboard
Autocomplete non existent
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.