Considerations

Due to how ExpressionEngine parses templates (and/or my limited understanding of it) there are some key requirements to keep in mind for this Add-on.

  1. Parse order is a thing, so the grid_pagination:field_params tag MUST wrap around the channel:entries tag and cannot be nested within.
  2. Since the channel:entries tag can contain its own pagination, you should implement your pagination as an embed.
  3. You have to add 2 parameters to your Grid fields for output offset and limit