We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a9fd6 commit aba4cd9Copy full SHA for aba4cd9
buttons-custom.md
@@ -15,7 +15,7 @@ use Yajra\Datatables\Services\DataTable;
15
16
class UsersDataTable extends DataTable
17
{
18
- protected $actions = ['print', 'excel', 'myCustomAction'];
+ protected $actions = ['print', 'excel', 'myCustomAction'];
19
20
public function html()
21
0 commit comments