You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The old ->dom() method is deprecated, and replaced by ->layout(), but it's unclear how it should be used.
The various builder methods on Layout accept an $options argument, but what it's supposed to contain isn't clear.
System details
MacOS 15.0
PHP 8.3.12
Laravel 11.23.5
Laravel-DataTables 11.2.1
The text was updated successfully, but these errors were encountered:
Yes, you need to use DataTable v2 if you want to use layout. And don't mix up dom with layout because it causes issues when used simultaneously like I remember when I upgraded from v1 to v2.
Summary of problem or feature request
The old
->dom()
method is deprecated, and replaced by->layout()
, but it's unclear how it should be used.The various builder methods on Layout accept an
$options
argument, but what it's supposed to contain isn't clear.System details
The text was updated successfully, but these errors were encountered: