Filament `4.x` blade rendering
In Filament 4, tables are now rendered as a single large blade view, which significantly improves loading speed. However, when you add custom views to individual columns, each of them is still loaded separately. Is there a way to apply the same optimized rendering logic to these custom column views?