Download the PHP package mhdrefdi-ptr/filament-freeze-action-table without Composer
On this page you can find all versions of the php package mhdrefdi-ptr/filament-freeze-action-table. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mhdrefdi-ptr/filament-freeze-action-table
More information about mhdrefdi-ptr/filament-freeze-action-table
Files in mhdrefdi-ptr/filament-freeze-action-table
Download mhdrefdi-ptr/filament-freeze-action-table
More information about mhdrefdi-ptr/filament-freeze-action-table
Files in mhdrefdi-ptr/filament-freeze-action-table
Vendor mhdrefdi-ptr
Package filament-freeze-action-table
Short Description A Filament package that keeps table action columns fixed (frozen) during horizontal scrolling, ensuring actions remain visible and easily accessible.
License MIT
Package filament-freeze-action-table
Short Description A Filament package that keeps table action columns fixed (frozen) during horizontal scrolling, ensuring actions remain visible and easily accessible.
License MIT
Please rate this library. Is it a good library?
Informations about the package filament-freeze-action-table
Filament Freeze Action Table
Keep Filament table action columns sticky on the right during horizontal scrolling.
Supports Filament ^4.0.
Installation
Quick Start (Recommended)
Register the plugin in your panel provider:
Plugin Configuration
Available fluent methods:
enabledByDefault(bool $condition = true)zIndexBody(int $value)zIndexHeader(int $value)shadowEnabled(bool $condition = true)shadowLight(string $value)shadowDark(string $value)darkHoverMixPercent(int $value)
Example:
Multi-panel behavior
Table::configureUsing()is guarded per panel ID (no duplicate registrations).- Defaults are applied only when the current panel matches that plugin's panel.
Per-table Override
Enable explicitly:
Optional Config File
If you prefer config-file driven setup:
Available keys in config/filament-freeze-action-table.php:
enabled_by_defaultz_index_bodyz_index_headershadow_enabledshadow_lightshadow_darkdark_hover_mix_percent
How It Works
- Frontend behavior is loaded via Filament assets (
FilamentAsset::register), not inline render hooks. - Action column is detected from action triggers in the row.
- Shadow appears only when horizontal overflow exists.
Testing
Browser spec:
tests/browser/freeze-action-column.spec.ts
Run:
Optional env URLs:
FFT_TEST_URL(default:http://127.0.0.1:8000/admin/users)FFT_TEST_URL_WIDE(default:http://127.0.0.1:8000/admin/users-wide)
Changelog
See CHANGELOG.md.
All versions of filament-freeze-action-table with dependencies
PHP Build Version
Package Version
Requires
filament/filament Version
^4.0
The package mhdrefdi-ptr/filament-freeze-action-table contains the following files
Loading the files please wait ...