Skip to content

v2.4.0

Choose a tag to compare

@danharrin danharrin released this 02 Nov 13:00
· 113 commits to 1.x since this release

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 with filament/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