Reputation: 1914
The GridFieldExtension module comes with a GridFieldRequestHandler
class which would enable extending the default GridField detail view (eg adding tabs or breadcrumbs). Unfortunately this feature is not included in the module's documentation.
Q: Can this class be used to add the following functionality to the GridField detail view?
I'm familiar with the module BetterButtons that includes all these features, but it would be unnecessary to install yet another mod it if this mod already enables these features.
Upvotes: 0
Views: 76
Reputation: 15794
In this case I would suggest using the Better Buttons module instead of using GridFieldRequestHandler
. The Better Buttons module is well maintained, full of features and works right out the box.
I don't believe it's worth writing all the code needed to use GridFieldRequestHandler
to reproduce the Better Buttons functionality. I think Better Buttons is the right tool for this job and it warrants being installed even if we already have the GridFieldExtension
module installed.
Upvotes: 1