havit / Havit.Blazor

Free Bootstrap 5 components for ASP.NET Blazor + optional enterprise-level stack for Blazor development (gRPC code-first, layered architecture, localization, auth, ...)
https://havit.blazor.eu
MIT License
463 stars 63 forks source link

[HxGrid] Add support for custom pagination display providers #795

Closed EnchantedCoder closed 3 months ago

EnchantedCoder commented 3 months ago

Issue #96: Adds a PaginationTemplate to HxGrid for custom paging display. Adds HxPaginationContext to pass parameters to the custom paging display implementation. Updates documentation accordingly.

EnchantedCoder commented 3 months ago

Thanks, done!

hakenr commented 3 months ago

@jirikanda @EnchantedCoder pfff, my commit landed in https://github.com/havit/Havit.Blazor/tree/feature/issue-96 give me a second to deal with the tooling

hakenr commented 3 months ago

@jirikanda @EnchantedCoder pfff, my commit landed in https://github.com/havit/Havit.Blazor/tree/feature/issue-96 give me a second to deal with the tooling

done, ready for review/merge

EnchantedCoder commented 3 months ago

Thanks, everyone! Appreciate the effort to make this feature reality.