yajra / laravel-datatables

jQuery DataTables API for Laravel
https://yajrabox.com/docs/laravel-datatables
MIT License
4.74k stars 862 forks source link

Tailwind support #3174

Open Arkhas opened 2 weeks ago

Arkhas commented 2 weeks ago

I saw this issue, but it is locked :

https://github.com/yajra/laravel-datatables/issues/3044

any update on the subject ? :)

yajra commented 2 weeks ago

There are several movements on the subject. See this forum https://datatables.net/forums/discussion/65775/integration-of-tailwind-css/p3

I might try the following when I get the chance:

https://preline.co/docs/datatables.html https://flowbite.com/docs/plugins/datatables/

Arkhas commented 1 week ago

do you think your library works with any of these package ?

yajra commented 1 week ago

Yes, the laravel-datatables package works as expected. I am already using TailwindCSS on my latest projects. It works fine, BUT lots of js and css customizations were needed to make it work well along with the Editor library.