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
Great observation! The documentation still refers to the DOM option. In DataTables v2, 'layout' replaces 'dom', which means buttons must be included in the layout.
->layout(Layout::make(['topStart' => 'buttons']))
Feel free to submit a PR in the docs by editing the page in Github. Thanks!
按照quickstart完成后buttons不显示
问题在于第三步03. Setup a Users DataTable
错误代码
app/DataTables/UsersDataTable.php
正确代码
System details
The text was updated successfully, but these errors were encountered: