old function getTableContent in version 2

https://v2.filamentphp.com/tricks/use-custom-view-for-table-content in this link there is an example where I can use the getTableContent function this function gave me the possibility of using a customizable blade, having access to every field of my record.... Unfortunately it is inherent to version 2 was it translated in version 3? Is there a function/command where I can do the same thing? Thanks in advance
Filament
Use Custom View for Table Content by Z3d0X - Tricks - Filament
Filament is a collection of tools for rapidly building beautiful TALL stack apps, designed for humans.
3 Replies
LeandroFerreira
LeandroFerreira10mo ago
$table->content() ?
Thijmen
Thijmen10mo ago
GitHub
filament/packages/tables/src/Concerns/HasContent.php at 95ad3aa5e77...
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS. - filamentphp/filament
Thijmen
Thijmen10mo ago
@deprecated Override the table() method to configure the table.