Download the PHP package icetalker/filament-table-repeater without Composer
On this page you can find all versions of the php package icetalker/filament-table-repeater. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download icetalker/filament-table-repeater
More information about icetalker/filament-table-repeater
Files in icetalker/filament-table-repeater
Package filament-table-repeater
Short Description This is a package for Filament form component. Extends form Repeater, but shows in Table Layout.
License MIT
Homepage https://github.com/icetalker/filament-table-repeater
Informations about the package filament-table-repeater
Repeater Component in Table layout for Filament Package
This is a package for Filament form component. Extends from Repeater, but display in Table Layout.
Installation
You can install the package via composer:
You can publish the views using
Usage
Since this component extends from
Filament\Forms\Components\Repeater
, you can use most of its methods, except for a few methods likeinset()
,grid()
,columns()
.
Other methods
colStyles
To customize styles for each cell, you can pass an array of component name as key and css style as value to colStyles()
. See example below:
Besides, you can also pass a callback function to colStyles()
. This may unlock more customization possibilities. See example below:
Alternative
Since Filament v4, Reapeater
Component has it own table()
method. You could use it to achieve the same function if you are using the latest version.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Martin Hwang
- All Contributors
License
The MIT License (MIT). Please see License File for more information.