All notable changes to filament-table-repeater
will be documented in this file.
- Rename custom CSS classes name.
- rename 'filament-table-repeater-header-cell' to 'it-table-repeater-cell-label'
- rename 'filament-table-repeater-tbody-cell' to 'it-table-repeater-cell'
Note: 'it' is the abbreviation of "iceTalker", which is the vendor name.
- Make
colStyles
to accept botharray
and\Closure
as a parameter. In previous version, onlyarray
was allowed.
update absolute link in README, etc