laravel-datatables: Call to undefined filtercolumn()
Hi Yajra,
When I try to use filterColumn()
I get the next error:
Call to undefined method yajra\\Datatables\\Datatables::filtercolumn()
Why? I have the latest version of yajra/laravel-datatables-oracle
I need something more?
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 17 (8 by maintainers)
on your composer.json update the package version to:
"yajra/laravel-datatables-oracle": "3.6.8"
then runcomposer update yajra/laravel-datatables-oracle
on your terminal.