takielias / tablar

Tablar: A Laravel Dashboard Preset Based on Tabler HTML Template + Vite. https://tablar.ebuz.xyz/docs
https://tablar.ebuz.xyz
MIT License
284 stars 32 forks source link

[Issue] Use of Filamentphp 3 table builder #76

Open toufa123 opened 4 weeks ago

toufa123 commented 4 weeks ago

is there a way to use the Filament PHP tablebuilder and keep the its css

takielias commented 4 weeks ago

@toufa123 As far as I know, FilamentPHP is built on top of TailwindCSS, whereas Tabler is based on Bootstrap 5, so they use different frameworks. Tabler has Livewire support, so you could use FilamentPHP's table builder, but you may encounter CSS issues.