We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i try to adding splade table in controller:
return view('admin.management_user.index', [ 'year' => $year, 'users' => SpladeTable::for($users) ->withGlobalSearch(columns: ['id']) ->column('id', sortable: true) ->column('name', sortable: true, label: 'Nama PPTK') ->column('nip', sortable: true) ->column('email', sortable: true) ->column('year', sortable: true, label: 'Periode') ->column('roles.name', sortable: true, label: 'Role') ->export() ]);
but error when i adding export, why export not working at controller, but in artisan make table working fine.
any solve for this? log error is here:
get_class(): Argument #1 ($object) must be of type object, null given
The text was updated successfully, but these errors were encountered:
Same, does anyone have a solution?
Sorry, something went wrong.
No branches or pull requests
i try to adding splade table in controller:
but error when i adding export, why export not working at controller, but in artisan make table working fine.
any solve for this? log error is here:
The text was updated successfully, but these errors were encountered: