Ayoob Mohammed
Ayoob Mohammed
@randelsr-chamber I tried to reference other parameter classes as well, and I was facing the same issue, the solution for me was to create an instance of other parameter classes...
Hi @Rhymond, thanks for your efforts. I think updating original methods to have variadic parameters is even better, it wouldn't introduce any redundant code. Are you thinking of updating only...
Hi @Rhymond I have modified the PR and added variadic parameters. For checking parameters, I have used panic instead of an error, I believe not passing any parameter is considered...
@totemcaf Thanks for the review, the requested changes were made!
Hi @Rhymond @totemcaf , this PR is ready for review, would appreciate your review, thanks in advance!
@zepfietje I think he means the ability to override the behavior of pagination, maybe similar to 'get Heading' function where we can return a custom component for the header. One...