-
-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
Description
Summary of problem or feature request
When calling the LaravelDataTables['my-table-name'].draw(); all the input elements are getting submitted except the textarea.
Code snippet of problem
$builder->columns($this->getColumns())
->ajaxWithForm(route('users.index'), '#user-form')
->orderBy(1);System details
- OSX Monterey
- PHP 8.1
- Laravel 9
- Laravel-DataTables 9.3