Event Middleware
The eventMiddleware prop accepts an array of middleware functions. Each receives (channel, event, next). Call next() to continue the chain, or skip it to block the event entirely (including user callbacks and internal handlers).
Grid API
Middleware Log
Click cells or headers to see middleware in action...
Active middleware (1): Logger
Tip: Enable the blocker middleware and block
headerClick — sorting will stop working because the middleware blocks the event before it reaches the internal sort handler.