F
Filament4mo ago
gh057x

Hi, currently, I am using this in my v3 app. May I know what is the equivalent v4 for this?

x-filament-tables::container
x-filament-tables::header-cell
x-filament-tables::container
x-filament-tables::header-cell
Solution:
for performance reasons they are not available anymore check the file vendor/filament/tables/resources/views/index.blade.php and you can extract your own component for tables...
Jump to solution
2 Replies
Solution
Lara Zeus
Lara Zeus4mo ago
for performance reasons they are not available anymore check the file vendor/filament/tables/resources/views/index.blade.php and you can extract your own component for tables or copy them from v3 🙂
<table class="fi-ta-table">
<tr class="fi-ta-row">
<td class="fi-ta-cell">
...
<table class="fi-ta-table">
<tr class="fi-ta-row">
<td class="fi-ta-cell">
...
gh057x
gh057xOP4mo ago
thanks @Lara Zeus

Did you find this page helpful?