awcodes / filament-table-repeater

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

Allow all child component labels to be hidden #2

Closed oddvalue closed 1 year ago

oddvalue commented 1 year ago

This PR introduces hideLabels() and showLabels(bool | Closure) methods to the TableRepeater class.

This will allow you to hide all the labels at once rather than having to call disableLabel on ever field in the table.

awcodes commented 1 year ago

Thanks.