Arjay Angeles

Results 436 comments of Arjay Angeles

@diogoico good to hear that. I would gladly accept a PR for that if you would like to share your codes. :) Thanks!

I think you need to use [rawColumns](https://yajrabox.com/docs/laravel-datatables/10.0/raw-columns#main-content)?

Yes, rawColumns will also allow the js script. Maybe try using the [column.render](https://datatables.net/reference/api/column().render()) api.

Sorry but it's not yet supported atm. You would need to use raw html if you want to use a complex header.

Can't recall the idea behind it but I think this is also related to this https://github.com/yajra/laravel-datatables/pull/641.

@OzanKurt your use case for this is on blade templating right? ```php ->addColumn('html', 'path.to.view') ```

Copy! on v8, I added a `model` key that will be passed on the view. You can then use it for all necessary functionalities. All attributes will still be casted...

BTW, can I get your input on issue https://github.com/yajra/laravel-datatables/issues/1246? Do you think it's a good move to change the namespace or it will be a hassle for everyone to upgrade?...

Thanks for reporting. Honestly, I think I only tested this feature up to 3 nested relation. Ping @ethaizone , @AdrienPoupa the original contributor for this feature. Thanks!

@whendy can you please state the relationship on those nested relations? Will try to reproduce the issue. Thanks!