MedicOneSystems / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
https://livewire-datatables.com/
MIT License
1.19k stars 258 forks source link

Doesn't it take models cast in consideration? #542

Open dnl4 opened 1 year ago

dnl4 commented 1 year ago

This package doesn't uses model cast? Seems like it does a raw query with DB:: instead of uses Eloquent models.

mrtorks commented 1 year ago

Unfortunately you cant use model casts. I quite remember I saw that in one of the questions that was asked. Your best bet is to use a callback function with a custom view calling a custom method defined on your model that returns the cast(ed) value.