Skip to content

v1.0.3: Adds GridFilterForm interface

Choose a tag to compare

@thorewi thorewi released this 03 Oct 10:40
· 68 commits to main since this release
Introduces GridFilterForm interface which enforces a contract for grid filter forms, requiring them to implement a `setGrid` method for setting the associated grid. This ensures consistency and facilitates better integration between filter forms and the grid component.