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

Tailwind 3.0 support? #409

Open nileshd opened 2 years ago

nileshd commented 2 years ago

Hi, the current version does not work well with Tailwind 3.0. All the table layouts are broken when using 3.0

Are there any plans to support tailwind 3.0?

Thanks, Nilesh

saulens22 commented 2 years ago

Works correctly on tailwindcss@3.0.24. Try publishing the views or include './vendor/mediconesystems/livewire-datatables/**/*.blade.php' in content array of your tailwind.config.js file.