awcodes / filament-table-repeater

A modified version of the Filament Forms Repeater to display it as a table.
MIT License
188 stars 42 forks source link

Fix TableRepeater view #64

Closed Cannonb4ll closed 10 months ago

Cannonb4ll commented 10 months ago

A recent change inside the Repeater here: https://github.com/filamentphp/filament/pull/7315 has broken the view of this repeater.

Adding an getView method instead of a variable, fixes it.

awcodes commented 10 months ago

Thanks