This release is for the Table Builder only.
v2 of the Admin Panel will be released in Winter 2021. Please see #495 for details.
Packages in the same version series are compatible. For instance:
filament/filament
v1 is incompatible withfilament/forms
v2 in the same Laravel app. For more information, please see #495.
Table Builder
Added
- Record count in footer.
- Advanced filtering, with support for applying multiple filters, and filter parameters. #32
- Hiding columns on various responsive breakpoints. #408 (comment)
- Select all records or just records on that pagination page. #408 (comment)
- Bulk table record actions. #236, #297