AdminGrid

Free

Customisable admin grids with EAV columns and zero JOINs on large catalogs.

The challenge

Default Maho admin grids show whatever columns the developer picked and JOIN-based EAV column extensions kill performance on large catalogs.

The solution

Per-user column visibility drag-to-reorder saved profiles auto-discovered EAV attributes and cross-table columns with post-load hydration so big stores stay fast.

Customisable admin grids with EAV columns and zero JOINs on large catalogs.

The default Maho admin grids are stuck with whatever columns the original developer chose, and the common third-party fix is JOIN-based EAV columns that fall over on large stores.

AdminGrid adds column visibility, drag-to-reorder, saved profiles, auto-discovered EAV attributes and cross-table columns to every admin grid, using a post-load hydration approach so a 288K-row order table stays fast.

Key features

Per-user saved column profiles

Each admin user picks their own visible columns and order on every grid and switches between named profiles instantly.

Auto-discovered EAV and table columns

Every product and customer EAV attribute and every flat-table column shows up in the Columns dropdown ready to add with one click.

No JOINs on the main query

EAV values hydrate post-load in tiny batched queries and filtering uses EXISTS subqueries so order grids with hundreds of thousands of rows stay responsive.