Skip to content

v1.0.18: Adds initQueryObject method to BaseGrid

Choose a tag to compare

@thorewi thorewi released this 09 Dec 13:42
· 58 commits to main since this release
Adds an empty `initQueryObject` method to the `BaseGrid` class.

This allows child classes to easily initialize the query object
without having to override the entire `render` method.